Newman Run Dashboard

Wednesday, 28 January 2026 06:19:06
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 49.9s
Total data received: 3.05MB
Average response time: 296ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 530 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 530ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2396667-50c4-4b9c-85a5-b1bc308d4381
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-X/UHR504lAyTqqkodG2Vu7WBCqw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 530 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 260ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 238fadf8-b318-4341-afe6-d0c9574882c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee434a60-64c9-4bd9-b22f-004754b3d01b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c429d11d-6469-4276-b4fc-287e3c4040a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b37639cb-31cc-4615-892c-28e8abe0435b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6590ca7c-36da-4ac5-ac1f-066357eeeaf2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 816749ac-8649-4f50-93e5-0390f228ab29
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-BFxXPhFZMiYXE1p74FPZHYf7vC4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":370},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6499cf18-256d-44be-84cb-cb3ef6e56e13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea30c792-6430-4805-bb79-4452fbe72e0f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-BFxXPhFZMiYXE1p74FPZHYf7vC4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":370},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e28670bd-bcbf-4813-983d-536f3392c7ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 013b8bd1-6785-4708-8eca-30a68fabbe8d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e46f4407-1bb9-4767-9007-99398a651b73
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 325ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
randomnumber 781
randomFirstName Alison
randomLastName Keebler
randomEmail Triston.Blick@gmail.com
randomPhone 419-922-5635
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1aef8a8a-02b6-4baa-a113-1f973759665a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jeffry",
                "last_name": "Bode",
                "mobile_number": "503-762-7518",
                "mobile_number_alt": "",
                "email_id": "Alene.Schumm@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"88839942053928",
                "imei1": "88839942053928",
                "imei2": "88839942053928",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-Jn8tNGkTVXBHTkYnMf7yJpwS8HA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":169176,"tr_customer_product_id":169166,"job_number":"JOB_169159"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
randomnumber 243
randomFirstName Archibald
randomLastName Klocko
randomEmail Westley_Volkman@yahoo.com
randomPhone 992-829-7285
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 07dc0ac3-5d26-42e9-98fa-04019864c50e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1061
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Cathryn",
                "last_name": "Greenfelder",
                "mobile_number": "501-293-4712",
                "mobile_number_alt": "",
                "email_id": "Dimitri_Murphy26@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"2308652022007",
                "imei1": "2308652022007",
                "imei2": "2308652022007",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 440
randomFirstName Fredrick
randomLastName Dietrich
randomEmail Karina15@gmail.com
randomPhone 303-913-6384
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d7bcde0-aec2-4a20-84c6-d9e8ecf3794a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Else",
                "last_name": "Davis",
                "mobile_number": "560-337-1966",
                "mobile_number_alt": "",
                "email_id": "Lonie.Erdman2@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"73206111045782",
                "imei1": "73206111045782",
                "imei2": "73206111045782",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 255ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
randomnumber 461
randomFirstName Novella
randomLastName Carter
randomEmail Hunter.Toy10@hotmail.com
randomPhone 690-573-1132
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71b8b099-31a0-49aa-a5c1-68c51f4e1c46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
randomnumber 799
randomFirstName Brigitte
randomLastName Okuneva
randomEmail Alex.Waelchi@gmail.com
randomPhone 324-790-2714
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2bac237-aebf-4c30-a1e7-2c95019dd65c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1036
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Raina",
                "last_name": "Flatley",
                "mobile_number": "779-607-2675",
                "mobile_number_alt": "",
                "email_id": "Cory.Willms@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000801",
                "imei1": "100000801",
                "imei2": "100000801",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 255ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
randomnumber 790
randomFirstName Leif
randomLastName Turner
randomEmail Maximillian_OReilly@gmail.com
randomPhone 439-206-9908
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f35954b7-3929-4a98-b783-1bca196440f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e7a4462f-991d-41d5-b371-3f2fa70c9361
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-GdAXKY24UySpyvP/wbs55yffQVg"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":371},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 649ms
Mean size per request: 359.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10778fd3-2146-43e7-ae24-4c2e0f0763d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"59fb6-oj2DJ1g2YshmyBJ7rEHlekvpPEk"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:19.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16577864-e94d-4e96-9078-4459f2b3f5ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169159
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16b2ce33-d60b-45eb-aa2e-e9cfb0291868
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 15299df6-e257-4439-9d6a-736281f918dd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-qqLfsrDl2TpGKIcyUtjxAWoA3TA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc689763-bfe1-4db1-b5c3-9919dbb4146a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 315ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b791d2d4-2800-42cf-ab84-d1682e2f5381
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-8Ci2SzYH0raO5RnlC28lb4mPAqk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":277},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 323ms
Mean size per request: 269.12KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0c72d01-dfde-49e9-8116-54455d230c6f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43476-fUmzqI/A287IsqB9aSNAjE9u+60"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:19.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a669579-0c84-40d9-a491-82473d3c92bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be1a3845-9236-4c84-b5c8-6d841f9802f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 169159,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 268.15KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5ccbacbf-3adf-4ac4-8a1e-891bb2019f4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43098-kNO876fv7/fm2HWD1Gzx++HueNE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63e8cf21-ddd1-4db0-a7f6-0b16188fd934
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-eUH+LQK7saF66mxbjsi4wir02T8"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f1a71b99-f90c-40fe-91e3-27c3f25ff1ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3dcff66b-7154-4e21-9f0c-47fb16cd1f43
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-b1uZzcBZHCOE6eg78VWvEJnOltE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":98}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 1005B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e8549277-8249-4476-932c-1917ab10a8f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1005
ETag W/"3ed-38aH8oWydvMXaaIpS+58MhW0iwo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:24.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T06:18:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 11946d7d-1bde-4b53-9dd6-8752216d9044
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 460ms
Mean size per request: 1.16KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1955cc1-45b1-48ae-88cc-12f635098639
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a8-Yu6ku0gMsi49/zubJbR3bJaKkiI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:24.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T06:18:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":169159,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-28T06:18:19.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e3b3c9e7-fb27-4bba-b6f2-ed6ff0377133
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDV9.M4bIg6YTrf-KiTRIuXbr9ANcRym0j1UGoK4oJMD80Ms
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d596cc4-734b-4773-8f39-644b8f78d784
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":169159,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d4308d7-cc5f-4bfe-a0ad-3b9979d9bb43
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-mn/CMVwLQ6gnXShHDcYeC6ynXnw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b21f379-f22b-43db-962a-fe412341b7aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10a7d2a8-65bb-4411-a6f3-e8f957761e55
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-1tTMfGa8nG9oOW703XnL6YdmjrU"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":98},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2ca03e5f-5a4f-4804-a441-94d4bc2b19cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 325ms
Mean size per request: 94.73KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c7b90754-38bf-4000-acbe-47e90876abf6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17ae7-eGUmD9JA5nqgqOCUihiBDJNmiK0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168762,"job_number":"JOB_168762","tr_customer_id":168779,"tr_customer_product_id":168769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T20:49:14.000Z","modified_at":"2026-01-28T01:51:41.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-22","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-22T20:49:13.783638617Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 638ms
Mean size per request: 1019B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4744d0f9-f69e-490c-9744-4de3809e81df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1019
ETag W/"3fb-0Ipo+8BK0NmeGvh41e3Dxx88rwQ"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:27.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-28T06:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a432d412-4eb8-403e-a609-938072bbb1e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169159
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 580ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEwN30.y5m6ZWaVEPW2hnamDyWD-rQtdlixVuKJX9GhfQfoUL8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 238bbe9c-c17c-4eff-ba1f-07631d901e27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d0b90c1-9a97-4cfa-837f-2dbdeb20b27a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-KCw384F1H/a0TWpU5coyn0vtLtc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTB9.Gqj92N5u5dbtQHjXRvzkf-tVQFpmeet3SM2kyqUxodY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b972135c-9eb2-4f60-9d40-a4387c5863be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 620351bb-9a71-4919-b688-722ec051a292
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-hsqY9Ew+tbo8saRzQmRuzPCd/jE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":371},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 66f2f090-4e57-4214-8c95-8c3cc828c009
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-l4XKLSrTSCtLnwENRLzfChr+Cgw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:29.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b8f72fc-700b-41b6-8968-3206fd837935
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-l4XKLSrTSCtLnwENRLzfChr+Cgw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:29.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T06:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8bd134f9-945e-4bd0-b9c3-8bd7f9677dd3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169159
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e7f74759-9653-49cb-99ba-accaa20e76ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169159
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODEwOTZ9.WURAs68maod5mkp9W3vPQ67cVtg_ePxh2SrgFH2q3lc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b702262-e224-4e4c-89b3-bc01227395a8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bd2bab9-70c0-474b-80b4-2af5891ab60f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-A1dlduGUBzdn+w8TGLGn0WUjK4s"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b2ffa7a1-424f-4c86-815d-8c5f7c13075c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0bbb3da-5870-44e3-aba1-dd5710afe5dd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 334e0cf4-3f1b-4eb0-8742-e489aaf020ca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f91adfb6-8f55-49dd-9e82-f889e3c23cd2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 254ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bd21bba2-77a7-43e6-b1ec-390da3a3ae7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 93609a74-22c1-4757-9104-8f20bad1e288
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-GdAXKY24UySpyvP/wbs55yffQVg"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":371},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce1e2e2a-0910-4f61-be6f-858e0ac8fc3f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a7a2db7-1ec6-41c2-936b-0a058d10fb0d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-GdAXKY24UySpyvP/wbs55yffQVg"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":371},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9323aa99-da9e-4070-9a71-74367c73f65b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 254ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 712fb401-b0ab-4132-8357-dfe872d2e5a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e7106252-06f2-484f-92e6-9c358e4fa09c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
randomnumber 210
randomFirstName Emmet
randomLastName Stehr
randomEmail Virgil_Konopelski@hotmail.com
randomPhone 699-584-2293
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f07b9b0b-3c41-48dd-8ed3-dff97eedf6a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Ariane",
                "last_name": "Heidenreich",
                "mobile_number": "889-343-2705",
                "mobile_number_alt": "",
                "email_id": "Coty96@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"99826778222446",
                "imei1": "99826778222446",
                "imei2": "99826778222446",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-D9/pfNXxJ2YPZ/znXu7+srU+UCU"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":169177,"tr_customer_product_id":169167,"job_number":"JOB_169160"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 255ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
randomnumber 181
randomFirstName Tessie
randomLastName Lang
randomEmail Dallas95@yahoo.com
randomPhone 772-501-0954
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2879b0ed-e5d8-4e77-912c-cc169466c701
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kristina",
                "last_name": "Bins",
                "mobile_number": "327-536-4696",
                "mobile_number_alt": "",
                "email_id": "Laron_Goldner31@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"79070070749746",
                "imei1": "79070070749746",
                "imei2": "79070070749746",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 256ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMDN9.JrODwL1SX5p3Jy_Q-UYwZkzeNZuzSG0LrnNCFg0p4CY
randomnumber 674
randomFirstName Consuelo
randomLastName Ryan
randomEmail Elwyn_Sawayn@yahoo.com
randomPhone 222-219-8794
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 93f10ccc-931f-41af-b774-b94451fd1553
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eloisa",
                "last_name": "Feeney",
                "mobile_number": "355-958-6256",
                "mobile_number_alt": "",
                "email_id": "Keyshawn.Lehner@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"79703101121398",
                "imei1": "79703101121398",
                "imei2": "79703101121398",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 256ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
randomnumber 277
randomFirstName Norris
randomLastName Quigley
randomEmail Andreane.Zboncak57@hotmail.com
randomPhone 258-373-0486
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3c355cc1-1b15-4521-a8dc-63b237bca624
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
randomnumber 40
randomFirstName Makenzie
randomLastName Orn
randomEmail Jacquelyn_Keebler94@hotmail.com
randomPhone 562-810-8185
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 860e97ef-fdee-46b4-967f-7d62e9fccccb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1041
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Alberto",
                "last_name": "DuBuque",
                "mobile_number": "542-966-1318",
                "mobile_number_alt": "",
                "email_id": "Justine.Larkin@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000725",
                "imei1": "100000725",
                "imei2": "100000725",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 256ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
randomnumber 983
randomFirstName Ally
randomLastName Greenfelder
randomEmail Frederique_Klocko@hotmail.com
randomPhone 974-607-4922
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1d17901-8997-42a8-af3d-d886a5f524e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4d0cda0-fc3e-4b54-ac94-3fb99425e286
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-hDGzbYVeemiaRsCwplDTo/0W6Sc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":372},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 617ms
Mean size per request: 360.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 46e1878c-07e6-4035-98b5-d0f607ddc3b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5a38e-LSMcdVJkqL1AtJkWJ69YNqzgRzo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:36.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 466abd8e-cddd-4b30-9065-14d3d30d2652
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169160
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b3dc035-e748-44a5-a69d-09997e744887
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a95a7109-cb43-4862-9947-de2540f48ff9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-tCRoG1a7Fhi55yeJ9TPaOzAeqZI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73729307-dec2-4a6c-946c-b921be89f8f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 321ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e6efaca5-045d-4bf7-90a8-4c43b3488bce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-8Ci2SzYH0raO5RnlC28lb4mPAqk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":277},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 309ms
Mean size per request: 269.12KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71c70873-626a-471f-8da0-018269492fb7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43477-cpxGEblcNB0AwdE+X9NaRPqc/ms"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:36.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e19f0de7-f4c0-4c60-bbab-06ef028e0dc7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be2ccc81-9136-4508-85b5-264eebed15d5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 169160,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 304ms
Mean size per request: 268.15KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 753e9a0f-3de0-492e-b6e0-0ce30b5b3aa4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43098-kNO876fv7/fm2HWD1Gzx++HueNE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cae6fe3a-a956-4880-bf45-6221a0ddc57b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-bV+wTLfix7uBbNjobjLOjQ0/X/o"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f8dca451-dd07-4b7e-b42a-f05d007a1168
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce5289ec-8dad-491a-89ab-2e10dc4f4b54
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-Af9ag/KkKpjNY/KDPfyDNjnjbZM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":99}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 1006B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 02554285-70ff-4c56-a4d8-6f0cf65ffdfd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1006
ETag W/"3ee-LJDf9y36TtXeGTCEVDatjDlO2x4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:41.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T06:18:41.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a47650a8-0545-4277-b5a6-b2a5f4634fb0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 477ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6f445c1-5e7d-4ab4-8f72-0f04df527fb2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a9-aTWd8p5JM76ZI8xK0C7EUngSB+w"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:41.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T06:18:41.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":169160,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-28T06:18:36.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f159a7f0-e5bb-4c5f-8f81-ff35fe0d4546
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjF9.CXPvk9Drd66-xclW3LvXKBR1GEtrfRw7vTjKiOJpPH8
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d78104e7-8c50-47ab-8c61-c2fe9dfc0e44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":169160,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c5d93a68-61fb-4d12-8aa9-0b790487751f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-aDj7em6e7vxuzoP5a3qBoNrcAoE"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e823072-af54-43d0-a1f3-a1b19f5315d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c70cded2-bad9-4e5e-93d8-4b79ab705d44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-SCjaCZ0y51+r/m1iTowfR984N4E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":99},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d9f8ddb8-50dd-490d-ab5c-784ce4859e5d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 95.69KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7ba06239-51e9-4a15-b5d0-0210a74f6138
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17ebe-44fQIpRxpkzY+uN1xi6qiWYYDOU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168762,"job_number":"JOB_168762","tr_customer_id":168779,"tr_customer_product_id":168769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T20:49:14.000Z","modified_at":"2026-01-28T01:51:41.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-22","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-22T20:49:13.783638617Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 568ms
Mean size per request: 1020B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cc22e1cf-f6d8-4952-aa62-68f01b80710b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1020
ETag W/"3fc-G4vkH+Aj0TTJFDRDdWK7noPUJaU"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:43.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-28T06:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 581dd576-d14a-482c-91c8-5783d75ab5f4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169160
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 559ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTEyNH0.XOsW1-jv7qGAwngHWyo747mjhSegkKupPY9pIkE1KU0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 212aba88-2eda-4bff-9ad7-e30760a4b483
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3986310-d93f-4c2a-bdde-a06cd718f86a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-h17qCvNN1KIh/BIln1fy8V3EGIU"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjd9.g-fawotR8PEUzHonK2n-dYXSFUrwH_MKAIgrysA9pkQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0c518710-b23f-441c-957f-76d82c8bd4ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ed67a32-df56-4468-be91-cc7a784054b9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-FHrFCof8MNCzoAsyyyx+dQourvI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":372},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1f7f5938-87f0-40f6-8368-20ab929438d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-zISesLRTWFmWjXttJgXY4YrcI2Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:46.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T06:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ff6723c-9777-436a-b4d7-89fbd0a3cec7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-zISesLRTWFmWjXttJgXY4YrcI2Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:46.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T06:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b104744-1614-483d-beef-11126bc0e548
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169160
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10ceec96-9c79-496d-92f9-ddb7afa0f4a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169160
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTJ9.TooV-tJNrYP8r4U0gE-4tcSabNb21uzoSD2TKaYaXBU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0da17a67-e1e8-4d33-aa05-6143ce86307a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e7b4bf3e-5d16-4b2a-a651-12a4a4eeddb2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Nxm8EWmrUqGoQstj7tUlOfwox28"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 50a785f8-8d8a-4e9b-ae75-d5d0437cff17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 255ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4880f4d3-d2e0-44b2-b21e-afb5cb2a52a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 56cae64b-2ede-4465-86e7-c5f828453f3d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5f65a6c6-6703-4b24-8439-1c5cbb269723
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 254ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 388f41f3-cbc0-4036-b264-a69664a82370
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 954dfeac-584f-47f2-bd09-d704d3902008
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-hDGzbYVeemiaRsCwplDTo/0W6Sc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":372},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 254ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b33f4d05-ea58-404e-b4ba-15994e39bbbc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d6a9f9d-f3b7-4475-9870-e5d3a42b792e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-hDGzbYVeemiaRsCwplDTo/0W6Sc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":372},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a06de8a-b2e9-4a1d-add8-318594017064
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 254ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 85e52629-2351-4c18-9683-d4afba65a084
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b72c6b5a-1849-45e3-83ef-a7793f139662
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
randomnumber 465
randomFirstName Deven
randomLastName Cronin
randomEmail Otho_Jones@hotmail.com
randomPhone 985-743-0041
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf047226-1424-46fe-9bb3-6ddc3d0b1695
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Keyon",
                "last_name": "Dicki",
                "mobile_number": "679-890-3519",
                "mobile_number_alt": "",
                "email_id": "Jakob_Schmeler70@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"25491160658597",
                "imei1": "25491160658597",
                "imei2": "25491160658597",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-e2ZLbThufJRi0JbVT86Yn4DsJAQ"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":169178,"tr_customer_product_id":169168,"job_number":"JOB_169161"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 254ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
randomnumber 103
randomFirstName Jordon
randomLastName Lebsack
randomEmail Mack_Kuhlman84@gmail.com
randomPhone 971-302-5311
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b87a6d43-bc1f-4268-9186-c0c9cf156594
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Bridie",
                "last_name": "Howell",
                "mobile_number": "789-663-9495",
                "mobile_number_alt": "",
                "email_id": "Emely.Rogahn@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"66992465112639",
                "imei1": "66992465112639",
                "imei2": "66992465112639",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 255ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMTl9.IAaSGuZdzocoVwZE02cCDydmcJHX15KVKB0Va55hUVk
randomnumber 708
randomFirstName Hayden
randomLastName Crist
randomEmail Kelsi6@yahoo.com
randomPhone 271-291-6693
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 85f3d105-7419-45f3-9781-7ec15a98d105
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Nasir",
                "last_name": "Metz",
                "mobile_number": "664-448-6486",
                "mobile_number_alt": "",
                "email_id": "Corene.Pacocha0@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"36182052123018",
                "imei1": "36182052123018",
                "imei2": "36182052123018",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 255ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
randomnumber 487
randomFirstName Kenneth
randomLastName Ritchie
randomEmail Davion4@yahoo.com
randomPhone 459-835-3248
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee18abc8-b6b4-49aa-9c42-e3c900953eaf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 256ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
randomnumber 522
randomFirstName Koby
randomLastName Considine
randomEmail Hillard_Oberbrunner@gmail.com
randomPhone 581-622-8997
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e6ab5db-ca07-495e-a3be-9e31ec715d53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1035
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Karina",
                "last_name": "White",
                "mobile_number": "860-859-6803",
                "mobile_number_alt": "",
                "email_id": "Sylvester95@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000091",
                "imei1": "100000091",
                "imei2": "100000091",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 256ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
randomnumber 438
randomFirstName Juwan
randomLastName McLaughlin
randomEmail Aidan_Marvin92@hotmail.com
randomPhone 463-759-8552
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e377bc8-46a0-42ee-89b0-882cc3852a9a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 649bf95a-d824-4022-a2e6-d339d3773bc5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-ysz6sHDyVli4x+qwlh9qn3z+1ys"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":373},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 648ms
Mean size per request: 361.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d08aac2-e1a7-40d3-8063-e32ddb77ab51
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5a769-ot/133LgEm/Etxwgc9zq/bBL0c4"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:18:52.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:18:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2bcd41fd-6325-41cc-b085-2911a8a2f015
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169161
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a40db584-1ff8-447e-a5c6-bc6edaef2268
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a3c164de-0e37-41cf-952f-b9b8cd4d240f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-U58D4qp9k0Yl07JJMMx6bHHlav4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzZ9.IeTGhKBjaAkxTEHaXFTKZj0cT4qygw1V6xl8J27joVY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzZ9.IeTGhKBjaAkxTEHaXFTKZj0cT4qygw1V6xl8J27joVY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8940a8bc-a874-47ff-aae7-34860ac6c32a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 324ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzZ9.IeTGhKBjaAkxTEHaXFTKZj0cT4qygw1V6xl8J27joVY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95e9e567-6614-499c-b966-76f5bbc23423
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-8Ci2SzYH0raO5RnlC28lb4mPAqk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":277},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 269.12KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea626fd5-e437-4327-9a03-9d8ee8b2815e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4347a-NZv/Wf0x3ZSbHeu+cPdyh/R3r1U"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:18:52.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:18:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzZ9.IeTGhKBjaAkxTEHaXFTKZj0cT4qygw1V6xl8J27joVY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64b39ac1-4340-45ab-a55d-90cbf340cd4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzZ9.IeTGhKBjaAkxTEHaXFTKZj0cT4qygw1V6xl8J27joVY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7055ab80-6e69-4911-b143-305f89636d83
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 169161,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 268.15KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzZ9.IeTGhKBjaAkxTEHaXFTKZj0cT4qygw1V6xl8J27joVY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f924d0f2-c487-4eb3-876d-d06f3235aeb6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43098-kNO876fv7/fm2HWD1Gzx++HueNE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168967,"job_number":"JOB_168967","tr_customer_id":168984,"tr_customer_product_id":168974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:33.000Z","modified_at":"2026-01-28T03:57:33.000Z","name":"Noemie Gleichner","mobile_number":"667-279-7380","email_id":"Addison.Rodriguez30@yahoo.com","dop":"2000-01-31","serial_number":"1004460579446140","imei1":"1004460579446140","imei2":"1004460579446140","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168965,"job_number":"JOB_168965","tr_customer_id":168982,"tr_customer_product_id":168972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:31.000Z","modified_at":"2026-01-28T03:57:31.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10730946417181","imei1":"10730946417181","imei2":"10730946417181","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168934,"job_number":"JOB_168934","tr_customer_id":168951,"tr_customer_product_id":168941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:47.000Z","modified_at":"2026-01-28T03:56:47.000Z","name":"Velma Murray","mobile_number":"833-746-7700","email_id":"Dakota_Tremblay@hotmail.com","dop":"2000-01-31","serial_number":"1076414385203571","imei1":"1076414385203571","imei2":"1076414385203571","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168932,"job_number":"JOB_168932","tr_customer_id":168949,"tr_customer_product_id":168939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10685579702897","imei1":"10685579702897","imei2":"10685579702897","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168889,"job_number":"JOB_168889","tr_customer_id":168906,"tr_customer_product_id":168896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"Haleigh Ryan","mobile_number":"283-364-1721","email_id":"Madeline73@hotmail.com","dop":"2000-01-31","serial_number":"1049656980763921","imei1":"1049656980763921","imei2":"1049656980763921","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168885,"job_number":"JOB_168885","tr_customer_id":168902,"tr_customer_product_id":168892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:59.000Z","modified_at":"2026-01-28T03:55:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10525022999225","imei1":"10525022999225","imei2":"10525022999225","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168823,"job_number":"JOB_168823","tr_customer_id":168840,"tr_customer_product_id":168830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:15.000Z","modified_at":"2026-01-28T03:55:15.000Z","name":"Gregg Pacocha","mobile_number":"766-223-3466","email_id":"Teagan60@yahoo.com","dop":"2000-01-31","serial_number":"1004387974752054","imei1":"1004387974752054","imei2":"1004387974752054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168821,"job_number":"JOB_168821","tr_customer_id":168838,"tr_customer_product_id":168828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10652371853835","imei1":"10652371853835","imei2":"10652371853835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169158,"job_number":"JOB_169158","tr_customer_id":169175,"tr_customer_product_id":169165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:16:00.000Z","modified_at":"2026-01-28T06:16:00.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16355991813647","imei1":"16355991813647","imei2":"116355991813647","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169157,"job_number":"JOB_169157","tr_customer_id":169174,"tr_customer_product_id":169164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:14:06.000Z","modified_at":"2026-01-28T06:14:06.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"16615493944300","imei1":"16615493944300","imei2":"116615493944300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169156,"job_number":"JOB_169156","tr_customer_id":169173,"tr_customer_product_id":169163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:13:02.000Z","modified_at":"2026-01-28T06:13:02.000Z","name":"Angelo Frami","mobile_number":"274-874-0122","email_id":"Javonte_Rau3@yahoo.com","dop":"2024-10-15","serial_number":"","imei1":"","imei2":"","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169155,"job_number":"JOB_169155","tr_customer_id":169172,"tr_customer_product_id":169162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:12:58.000Z","modified_at":"2026-01-28T06:12:58.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10966668037661","imei1":"10966668037661","imei2":"110966668037661","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T06:12:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169152,"job_number":"JOB_169152","tr_customer_id":169169,"tr_customer_product_id":169159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10410879769035","imei1":"10410879769035","imei2":"10410879769035","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169150,"job_number":"JOB_169150","tr_customer_id":169167,"tr_customer_product_id":169157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:05.000Z","modified_at":"2026-01-28T05:49:05.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14233530612531","imei1":"14233530612531","imei2":"14233530612531","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169148,"job_number":"JOB_169148","tr_customer_id":169165,"tr_customer_product_id":169155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:48:47.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10423354939152","imei1":"10423354939152","imei2":"10423354939152","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169147,"job_number":"JOB_169147","tr_customer_id":169164,"tr_customer_product_id":169154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:45:33.000Z","modified_at":"2026-01-28T05:45:33.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"13410700420678","imei1":"13410700420678","imei2":"13410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169146,"job_number":"JOB_169146","tr_customer_id":169163,"tr_customer_product_id":169153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:32:47.000Z","modified_at":"2026-01-28T05:32:47.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420678","imei1":"12410700420678","imei2":"12410700420678","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169145,"job_number":"JOB_169145","tr_customer_id":169162,"tr_customer_product_id":169152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:25:01.000Z","modified_at":"2026-01-28T05:25:01.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420677","imei1":"12410700420677","imei2":"12410700420677","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169144,"job_number":"JOB_169144","tr_customer_id":169161,"tr_customer_product_id":169151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:21:51.000Z","modified_at":"2026-01-28T05:21:51.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420676","imei1":"12410700420676","imei2":"12410700420676","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169143,"job_number":"JOB_169143","tr_customer_id":169160,"tr_customer_product_id":169150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:32.000Z","modified_at":"2026-01-28T05:20:32.000Z","name":"Era Macejkovic","mobile_number":"782-486-1813","email_id":"Josianne30@gmail.com","dop":"2025-04-06","serial_number":"13367796090700734","imei1":"13367796090700734","imei2":"13367796090700734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169141,"job_number":"JOB_169141","tr_customer_id":169158,"tr_customer_product_id":169148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14238450538779","imei1":"14238450538779","imei2":"14238450538779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169140,"job_number":"JOB_169140","tr_customer_id":169157,"tr_customer_product_id":169147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:44.000Z","modified_at":"2026-01-28T05:19:44.000Z","name":"Darien Fadel","mobile_number":"472-425-0343","email_id":"Pedro_Heller35@yahoo.com","dop":"2025-04-06","serial_number":"11226920703453382","imei1":"11226920703453382","imei2":"11226920703453382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169138,"job_number":"JOB_169138","tr_customer_id":169155,"tr_customer_product_id":169145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:19:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11091504026502","imei1":"11091504026502","imei2":"11091504026502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169137,"job_number":"JOB_169137","tr_customer_id":169154,"tr_customer_product_id":169144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:56.000Z","modified_at":"2026-01-28T05:18:56.000Z","name":"Kennith Cole","mobile_number":"758-956-2946","email_id":"Maximus_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"17924857050027440","imei1":"17924857050027440","imei2":"17924857050027440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169135,"job_number":"JOB_169135","tr_customer_id":169152,"tr_customer_product_id":169142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12636511262102","imei1":"12636511262102","imei2":"12636511262102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169133,"job_number":"JOB_169133","tr_customer_id":169150,"tr_customer_product_id":169140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:18.000Z","name":"Tanner Gulgowski","mobile_number":"7056840548","email_id":"man.mccullough@gmail.com","dop":"2026-01-18","serial_number":"731637138765550","imei1":"695212511360739","imei2":"592558246262018","popurl":"www.mackenzie-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169132,"job_number":"JOB_169132","tr_customer_id":169149,"tr_customer_product_id":169139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Fawn Hessel","mobile_number":"7076899060","email_id":"lavenia.gleichner@gmail.com","dop":"2026-01-18","serial_number":"061934376039624","imei1":"235487923448655","imei2":"946007086824279","popurl":"www.erich-yost.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169131,"job_number":"JOB_169131","tr_customer_id":169148,"tr_customer_product_id":169138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Michal Treutel","mobile_number":"7055796418","email_id":"rufus.kulas@gmail.com","dop":"2026-01-18","serial_number":"112355330638362","imei1":"180082711030435","imei2":"460849353887459","popurl":"www.aileen-hettinger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169129,"job_number":"JOB_169129","tr_customer_id":169146,"tr_customer_product_id":169136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Chester Dibbert","mobile_number":"7090505120","email_id":"carlo.graham@gmail.com","dop":"2026-01-18","serial_number":"794188457601446","imei1":"886299810225287","imei2":"405160352024376","popurl":"www.peggy-hammes.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169128,"job_number":"JOB_169128","tr_customer_id":169145,"tr_customer_product_id":169135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Mac Schroeder","mobile_number":"7016907963","email_id":"benny.sipes@gmail.com","dop":"2026-01-18","serial_number":"764510928868949","imei1":"114224563080669","imei2":"698780587965484","popurl":"www.priscilla-west.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169125,"job_number":"JOB_169125","tr_customer_id":169142,"tr_customer_product_id":169132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:17.000Z","modified_at":"2026-01-28T05:09:17.000Z","name":"Darcy Nikolaus","mobile_number":"7059484227","email_id":"francesco.kreiger@hotmail.com","dop":"2026-01-18","serial_number":"237162085848784","imei1":"682039937852066","imei2":"088676464657680","popurl":"www.kourtney-beier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169124,"job_number":"JOB_169124","tr_customer_id":169141,"tr_customer_product_id":169131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Orville Huels","mobile_number":"7024864653","email_id":"alia.greenholt@yahoo.com","dop":"2026-01-18","serial_number":"185715980803526","imei1":"870396218720613","imei2":"257476347326328","popurl":"www.ozzie-oreilly.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169123,"job_number":"JOB_169123","tr_customer_id":169140,"tr_customer_product_id":169130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Chang Emmerich","mobile_number":"7046276369","email_id":"marleen.zboncak@gmail.com","dop":"2026-01-18","serial_number":"458120360955639","imei1":"570023186543866","imei2":"571762251696608","popurl":"www.curtis-rau.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169121,"job_number":"JOB_169121","tr_customer_id":169138,"tr_customer_product_id":169128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Mitzi Muller","mobile_number":"7095160900","email_id":"tawana.watsica@gmail.com","dop":"2026-01-18","serial_number":"580482655283047","imei1":"690350514103817","imei2":"490951469361938","popurl":"www.latisha-sawayn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169120,"job_number":"JOB_169120","tr_customer_id":169137,"tr_customer_product_id":169127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Rolland Wiegand","mobile_number":"7001141644","email_id":"melody.auer@gmail.com","dop":"2026-01-18","serial_number":"985859152796866","imei1":"218808745690968","imei2":"677572955123304","popurl":"www.raymundo-crooks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169118,"job_number":"JOB_169118","tr_customer_id":169135,"tr_customer_product_id":169125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Lana Crooks","mobile_number":"7065943410","email_id":"monte.ullrich@hotmail.com","dop":"2026-01-18","serial_number":"953702657364236","imei1":"796701857923983","imei2":"463012004838630","popurl":"www.rogelio-jaskolski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169117,"job_number":"JOB_169117","tr_customer_id":169134,"tr_customer_product_id":169124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:16.000Z","modified_at":"2026-01-28T05:09:16.000Z","name":"Joycelyn Heidenreich","mobile_number":"7088226509","email_id":"julissa.bergnaum@hotmail.com","dop":"2026-01-18","serial_number":"064744593531955","imei1":"273122732364596","imei2":"679974213480388","popurl":"www.wiley-kris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169114,"job_number":"JOB_169114","tr_customer_id":169131,"tr_customer_product_id":169121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Virgil Orn","mobile_number":"7026092115","email_id":"mignon.hilpert@yahoo.com","dop":"2026-01-18","serial_number":"098014969511969","imei1":"455582873646629","imei2":"061376441361154","popurl":"www.donald-glover.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169113,"job_number":"JOB_169113","tr_customer_id":169130,"tr_customer_product_id":169120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Vella Lakin","mobile_number":"7030218454","email_id":"theda.stanton@yahoo.com","dop":"2026-01-18","serial_number":"133376787956623","imei1":"683893664152832","imei2":"763178826664200","popurl":"www.roland-bednar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169112,"job_number":"JOB_169112","tr_customer_id":169129,"tr_customer_product_id":169119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Kanisha Watsica","mobile_number":"7013549700","email_id":"lisandra.murazik@yahoo.com","dop":"2026-01-18","serial_number":"132279553784174","imei1":"722753823367069","imei2":"705491968351499","popurl":"www.wilton-walsh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169111,"job_number":"JOB_169111","tr_customer_id":169128,"tr_customer_product_id":169118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Jeni Harris","mobile_number":"7007490843","email_id":"allen.schneider@gmail.com","dop":"2026-01-18","serial_number":"626680439207496","imei1":"057291482303383","imei2":"485113861295363","popurl":"www.kayla-deckow.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169110,"job_number":"JOB_169110","tr_customer_id":169127,"tr_customer_product_id":169117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:15.000Z","modified_at":"2026-01-28T05:09:15.000Z","name":"Stuart Waters","mobile_number":"7088138613","email_id":"valrie.cummerata@yahoo.com","dop":"2026-01-18","serial_number":"897896373250328","imei1":"890758302201835","imei2":"450095498445925","popurl":"www.tammi-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169108,"job_number":"JOB_169108","tr_customer_id":169125,"tr_customer_product_id":169115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Lara Mertz","mobile_number":"7057768089","email_id":"daniel.padberg@hotmail.com","dop":"2026-01-18","serial_number":"290680036322652","imei1":"532598890094162","imei2":"826426359644930","popurl":"www.bonny-feil.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169107,"job_number":"JOB_169107","tr_customer_id":169124,"tr_customer_product_id":169114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Toya Pfeffer","mobile_number":"7033261684","email_id":"nicky.dibbert@gmail.com","dop":"2026-01-18","serial_number":"593861782933910","imei1":"877262775802800","imei2":"547925369421532","popurl":"www.patsy-mcglynn.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169106,"job_number":"JOB_169106","tr_customer_id":169123,"tr_customer_product_id":169113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Sydney Kulas","mobile_number":"7068442320","email_id":"wilton.baumbach@gmail.com","dop":"2026-01-18","serial_number":"563489569869630","imei1":"272916373004887","imei2":"246360089616359","popurl":"www.mickey-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169105,"job_number":"JOB_169105","tr_customer_id":169122,"tr_customer_product_id":169112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Bea Terry","mobile_number":"7038117289","email_id":"kasey.thiel@gmail.com","dop":"2026-01-18","serial_number":"280076893494887","imei1":"176869074789781","imei2":"912609420555292","popurl":"www.tracy-bogan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169104,"job_number":"JOB_169104","tr_customer_id":169121,"tr_customer_product_id":169111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Maile Fritsch","mobile_number":"7063664594","email_id":"asuncion.davis@hotmail.com","dop":"2026-01-18","serial_number":"209738443994829","imei1":"013941896316824","imei2":"619742855506432","popurl":"www.anibal-davis.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169103,"job_number":"JOB_169103","tr_customer_id":169120,"tr_customer_product_id":169110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Brenton Morissette","mobile_number":"7079057437","email_id":"ligia.roberts@yahoo.com","dop":"2026-01-18","serial_number":"805576963490745","imei1":"953669277202199","imei2":"956419560701436","popurl":"www.eulalia-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169102,"job_number":"JOB_169102","tr_customer_id":169119,"tr_customer_product_id":169109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Jacob Abernathy","mobile_number":"7022253327","email_id":"regan.armstrong@yahoo.com","dop":"2026-01-18","serial_number":"908431218208499","imei1":"569696640823707","imei2":"173358808051124","popurl":"www.adrian-auer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169101,"job_number":"JOB_169101","tr_customer_id":169118,"tr_customer_product_id":169108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:14.000Z","modified_at":"2026-01-28T05:09:14.000Z","name":"Erwin Hegmann","mobile_number":"7041405217","email_id":"freeman.cartwright@yahoo.com","dop":"2026-01-18","serial_number":"153440518309777","imei1":"044798603921274","imei2":"367382200804052","popurl":"www.alfredo-gottlieb.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169099,"job_number":"JOB_169099","tr_customer_id":169116,"tr_customer_product_id":169106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Billie Smitham","mobile_number":"7030736884","email_id":"alfredo.crona@hotmail.com","dop":"2026-01-18","serial_number":"126515468900832","imei1":"106601235370635","imei2":"800431694939608","popurl":"www.wendell-schaden.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169098,"job_number":"JOB_169098","tr_customer_id":169115,"tr_customer_product_id":169105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Lucius Breitenberg","mobile_number":"7081135844","email_id":"melvin.kunze@hotmail.com","dop":"2026-01-18","serial_number":"137033802231998","imei1":"038193480960249","imei2":"631547755565212","popurl":"www.yesenia-ratke.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169097,"job_number":"JOB_169097","tr_customer_id":169114,"tr_customer_product_id":169104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Victor Halvorson","mobile_number":"7007472448","email_id":"ambrose.spencer@gmail.com","dop":"2026-01-18","serial_number":"025031132449326","imei1":"148454477900268","imei2":"777970463178628","popurl":"www.albertha-greenholt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169096,"job_number":"JOB_169096","tr_customer_id":169113,"tr_customer_product_id":169103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Georgann Kiehn","mobile_number":"7025582312","email_id":"geoffrey.daugherty@hotmail.com","dop":"2026-01-18","serial_number":"134861084091074","imei1":"543520891247602","imei2":"212104672184965","popurl":"www.elvin-kuhn.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169095,"job_number":"JOB_169095","tr_customer_id":169112,"tr_customer_product_id":169102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:13.000Z","modified_at":"2026-01-28T05:09:13.000Z","name":"Brant Steuber","mobile_number":"7015283088","email_id":"manuela.kub@hotmail.com","dop":"2026-01-18","serial_number":"587054952376766","imei1":"258539276014228","imei2":"784081933556089","popurl":"www.rusty-boehm.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169094,"job_number":"JOB_169094","tr_customer_id":169111,"tr_customer_product_id":169101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Jewel Balistreri","mobile_number":"7088333668","email_id":"ranae.gottlieb@yahoo.com","dop":"2026-01-18","serial_number":"635905924594400","imei1":"848839507409091","imei2":"353779083788577","popurl":"www.doug-metz.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169093,"job_number":"JOB_169093","tr_customer_id":169110,"tr_customer_product_id":169100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Buford Lockman","mobile_number":"7037518645","email_id":"josiah.jacobs@hotmail.com","dop":"2026-01-18","serial_number":"685234817356916","imei1":"581241018205706","imei2":"678060922258181","popurl":"www.carmen-damore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169091,"job_number":"JOB_169091","tr_customer_id":169108,"tr_customer_product_id":169098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Herschel Hagenes","mobile_number":"7080823634","email_id":"solomon.ferry@hotmail.com","dop":"2026-01-18","serial_number":"205036298906558","imei1":"726103397095808","imei2":"471538697129602","popurl":"www.alfred-goldner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169090,"job_number":"JOB_169090","tr_customer_id":169107,"tr_customer_product_id":169097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Shannon Trantow","mobile_number":"7046174871","email_id":"deanna.gutkowski@yahoo.com","dop":"2026-01-18","serial_number":"574542483775847","imei1":"594584208498694","imei2":"673438101238511","popurl":"www.ervin-waelchi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169089,"job_number":"JOB_169089","tr_customer_id":169106,"tr_customer_product_id":169096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Nam Kling","mobile_number":"7082399313","email_id":"ronny.fahey@gmail.com","dop":"2026-01-18","serial_number":"381710074825681","imei1":"025162054094227","imei2":"081794243173629","popurl":"www.renee-torphy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169088,"job_number":"JOB_169088","tr_customer_id":169105,"tr_customer_product_id":169095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Freddie Larson","mobile_number":"7001382911","email_id":"pasquale.aufderhar@yahoo.com","dop":"2026-01-18","serial_number":"119775511476862","imei1":"960881880822874","imei2":"925255259092541","popurl":"www.modesto-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169087,"job_number":"JOB_169087","tr_customer_id":169104,"tr_customer_product_id":169094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Guillermo Macejkovic","mobile_number":"7044389679","email_id":"elmer.lowe@hotmail.com","dop":"2026-01-18","serial_number":"307527920016242","imei1":"046067543428506","imei2":"578323520326302","popurl":"www.lorenza-mills.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169086,"job_number":"JOB_169086","tr_customer_id":169103,"tr_customer_product_id":169093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Barney Rogahn","mobile_number":"7017824841","email_id":"asha.kiehn@gmail.com","dop":"2026-01-18","serial_number":"385608965963864","imei1":"903069018221846","imei2":"122809502379277","popurl":"www.logan-langworth.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169085,"job_number":"JOB_169085","tr_customer_id":169102,"tr_customer_product_id":169092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:12.000Z","modified_at":"2026-01-28T05:09:12.000Z","name":"Arlena Kiehn","mobile_number":"7068511749","email_id":"marilyn.cronin@yahoo.com","dop":"2026-01-18","serial_number":"264855284556613","imei1":"292813285357153","imei2":"277379486873467","popurl":"www.albertina-daugherty.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169083,"job_number":"JOB_169083","tr_customer_id":169100,"tr_customer_product_id":169090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Heidi Deckow","mobile_number":"7026846878","email_id":"dominick.wolff@gmail.com","dop":"2026-01-18","serial_number":"722244819379030","imei1":"372873753160493","imei2":"605917986514563","popurl":"www.claretta-hoeger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169082,"job_number":"JOB_169082","tr_customer_id":169099,"tr_customer_product_id":169089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Courtney Mayer","mobile_number":"7090026891","email_id":"lanny.konopelski@gmail.com","dop":"2026-01-18","serial_number":"996841135188507","imei1":"884336621868619","imei2":"377199201756272","popurl":"www.hoyt-nader.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169081,"job_number":"JOB_169081","tr_customer_id":169098,"tr_customer_product_id":169088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Obdulia Hilpert","mobile_number":"7018013351","email_id":"daren.west@yahoo.com","dop":"2026-01-18","serial_number":"284204312766595","imei1":"381239045213494","imei2":"540973714017874","popurl":"www.lester-erdman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169080,"job_number":"JOB_169080","tr_customer_id":169097,"tr_customer_product_id":169087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Andrew Hartmann","mobile_number":"7094531220","email_id":"ismael.sipes@gmail.com","dop":"2026-01-18","serial_number":"420742664319791","imei1":"373302467919814","imei2":"626382903230039","popurl":"www.german-von.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169079,"job_number":"JOB_169079","tr_customer_id":169096,"tr_customer_product_id":169086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Kayleigh Prosacco","mobile_number":"7000132323","email_id":"hans.treutel@gmail.com","dop":"2026-01-18","serial_number":"991571820631061","imei1":"528789104205782","imei2":"304772874719788","popurl":"www.tiffiny-rutherford.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169076,"job_number":"JOB_169076","tr_customer_id":169093,"tr_customer_product_id":169083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Porsche Koss","mobile_number":"7008908189","email_id":"roxann.wintheiser@gmail.com","dop":"2026-01-18","serial_number":"866670000691355","imei1":"295350233640661","imei2":"351288102635912","popurl":"www.nestor-kuvalis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169075,"job_number":"JOB_169075","tr_customer_id":169092,"tr_customer_product_id":169082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:11.000Z","modified_at":"2026-01-28T05:09:11.000Z","name":"Gene Crist","mobile_number":"7039890722","email_id":"michael.ledner@gmail.com","dop":"2026-01-18","serial_number":"910862891252087","imei1":"576770036498805","imei2":"844963638961888","popurl":"www.rigoberto-shields.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169074,"job_number":"JOB_169074","tr_customer_id":169091,"tr_customer_product_id":169081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Keenan Rosenbaum","mobile_number":"7052726921","email_id":"deadra.hudson@hotmail.com","dop":"2026-01-18","serial_number":"239302355931440","imei1":"101236738806950","imei2":"093516358595548","popurl":"www.ma-lueilwitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169073,"job_number":"JOB_169073","tr_customer_id":169090,"tr_customer_product_id":169080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Miguelina Kshlerin","mobile_number":"7089685571","email_id":"mariano.sipes@gmail.com","dop":"2026-01-18","serial_number":"336456891170135","imei1":"802732317247357","imei2":"160939021341844","popurl":"www.tawana-ankunding.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169072,"job_number":"JOB_169072","tr_customer_id":169089,"tr_customer_product_id":169079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Mariana Lesch","mobile_number":"7043453436","email_id":"marlin.ohara@yahoo.com","dop":"2026-01-18","serial_number":"147875665267267","imei1":"555402099100437","imei2":"836492770146720","popurl":"www.fannie-deckow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169071,"job_number":"JOB_169071","tr_customer_id":169088,"tr_customer_product_id":169078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Phillip Wehner","mobile_number":"7084232791","email_id":"vikki.torphy@yahoo.com","dop":"2026-01-18","serial_number":"083413575126846","imei1":"503262534092689","imei2":"449330005719883","popurl":"www.dawna-wolf.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169070,"job_number":"JOB_169070","tr_customer_id":169087,"tr_customer_product_id":169077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Millard Bradtke","mobile_number":"7065863252","email_id":"shonna.collins@gmail.com","dop":"2026-01-18","serial_number":"171766890698387","imei1":"468623523346934","imei2":"580887985359900","popurl":"www.gabriel-goodwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169069,"job_number":"JOB_169069","tr_customer_id":169086,"tr_customer_product_id":169076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Lelah Tromp","mobile_number":"7007405083","email_id":"dovie.bailey@hotmail.com","dop":"2026-01-18","serial_number":"618257249783547","imei1":"106517236209334","imei2":"442862408636758","popurl":"www.emmie-spinka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169068,"job_number":"JOB_169068","tr_customer_id":169085,"tr_customer_product_id":169075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Gidget Kuhic","mobile_number":"7038610119","email_id":"dewitt.dubuque@gmail.com","dop":"2026-01-18","serial_number":"544874173218051","imei1":"992837189246414","imei2":"019743034856071","popurl":"www.modesto-boyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169067,"job_number":"JOB_169067","tr_customer_id":169084,"tr_customer_product_id":169074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:10.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Grover Schmeler","mobile_number":"7063567678","email_id":"guy.becker@yahoo.com","dop":"2026-01-18","serial_number":"263293597571595","imei1":"592370057627051","imei2":"656676382478312","popurl":"www.rob-reilly.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169066,"job_number":"JOB_169066","tr_customer_id":169083,"tr_customer_product_id":169073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:10.000Z","name":"Dave Mayer","mobile_number":"7076681057","email_id":"cathrine.bradtke@hotmail.com","dop":"2026-01-18","serial_number":"720527453136576","imei1":"855505961116365","imei2":"196286941845691","popurl":"www.ginger-ankunding.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169064,"job_number":"JOB_169064","tr_customer_id":169081,"tr_customer_product_id":169071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jewell Schinner","mobile_number":"7022405422","email_id":"carrol.flatley@hotmail.com","dop":"2026-01-18","serial_number":"052002161232425","imei1":"679579664587326","imei2":"447031827582162","popurl":"www.joel-macgyver.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169063,"job_number":"JOB_169063","tr_customer_id":169080,"tr_customer_product_id":169070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Daren Crooks","mobile_number":"7050842686","email_id":"daisy.jerde@gmail.com","dop":"2026-01-18","serial_number":"660140956398028","imei1":"281629063557031","imei2":"860936371376713","popurl":"www.edwardo-ullrich.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169062,"job_number":"JOB_169062","tr_customer_id":169079,"tr_customer_product_id":169069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Emerson Borer","mobile_number":"7003772431","email_id":"valentin.treutel@gmail.com","dop":"2026-01-18","serial_number":"525703241277336","imei1":"802649267835136","imei2":"143904743729384","popurl":"www.roger-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169061,"job_number":"JOB_169061","tr_customer_id":169078,"tr_customer_product_id":169068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Mario Cronin","mobile_number":"7090802715","email_id":"bradford.wilderman@yahoo.com","dop":"2026-01-18","serial_number":"768817044075070","imei1":"950711852313923","imei2":"443341788435185","popurl":"www.randall-ullrich.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169060,"job_number":"JOB_169060","tr_customer_id":169077,"tr_customer_product_id":169067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Jonah Rau","mobile_number":"7033227805","email_id":"kym.fisher@hotmail.com","dop":"2026-01-18","serial_number":"016983134844646","imei1":"499561187945677","imei2":"179389016297764","popurl":"www.errol-simonis.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169059,"job_number":"JOB_169059","tr_customer_id":169076,"tr_customer_product_id":169066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:09.000Z","modified_at":"2026-01-28T05:09:09.000Z","name":"Ronald Ritchie","mobile_number":"7037775872","email_id":"dara.lemke@gmail.com","dop":"2026-01-18","serial_number":"297716705909293","imei1":"328212666599928","imei2":"331205262633957","popurl":"www.lincoln-steuber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169058,"job_number":"JOB_169058","tr_customer_id":169075,"tr_customer_product_id":169065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Una Williamson","mobile_number":"7028312234","email_id":"ola.koepp@gmail.com","dop":"2026-01-18","serial_number":"411496092945791","imei1":"184735835999419","imei2":"851940279544825","popurl":"www.wilson-steuber.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169056,"job_number":"JOB_169056","tr_customer_id":169073,"tr_customer_product_id":169063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Aurelio Fahey","mobile_number":"7065944473","email_id":"fransisca.rogahn@yahoo.com","dop":"2026-01-18","serial_number":"801058512098137","imei1":"842009855931957","imei2":"141483394963849","popurl":"www.lucienne-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169055,"job_number":"JOB_169055","tr_customer_id":169072,"tr_customer_product_id":169062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:08.000Z","modified_at":"2026-01-28T05:09:08.000Z","name":"Latosha Keeling","mobile_number":"7045136030","email_id":"jeff.wehner@hotmail.com","dop":"2026-01-18","serial_number":"614970465949304","imei1":"797136249883167","imei2":"023022828955925","popurl":"www.monty-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169053,"job_number":"JOB_169053","tr_customer_id":169070,"tr_customer_product_id":169060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Jena Kshlerin","mobile_number":"7053279220","email_id":"luis.padberg@hotmail.com","dop":"2026-01-18","serial_number":"638616508418896","imei1":"270725196345511","imei2":"319533648374785","popurl":"www.amada-cassin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169051,"job_number":"JOB_169051","tr_customer_id":169068,"tr_customer_product_id":169058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Oswaldo Hickle","mobile_number":"7080655863","email_id":"leon.rolfson@yahoo.com","dop":"2026-01-18","serial_number":"961418139604796","imei1":"593917037707761","imei2":"287370207158720","popurl":"www.clyde-krajcik.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169050,"job_number":"JOB_169050","tr_customer_id":169067,"tr_customer_product_id":169057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Alexander Walsh","mobile_number":"7016017781","email_id":"eugenia.labadie@gmail.com","dop":"2026-01-18","serial_number":"562395494778041","imei1":"847856893906186","imei2":"092530818012508","popurl":"www.josh-labadie.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169049,"job_number":"JOB_169049","tr_customer_id":169066,"tr_customer_product_id":169056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Branden Bradtke","mobile_number":"7084656004","email_id":"vonda.conn@gmail.com","dop":"2026-01-18","serial_number":"752118923199199","imei1":"062822531142164","imei2":"279777959936831","popurl":"www.demetrius-murphy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169048,"job_number":"JOB_169048","tr_customer_id":169065,"tr_customer_product_id":169055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Man Gorczany","mobile_number":"7033922157","email_id":"hung.crist@hotmail.com","dop":"2026-01-18","serial_number":"884674931988238","imei1":"281333893155624","imei2":"628539021825705","popurl":"www.timmy-king.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169047,"job_number":"JOB_169047","tr_customer_id":169064,"tr_customer_product_id":169054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Aiko Feeney","mobile_number":"7003894663","email_id":"elmer.rodriguez@yahoo.com","dop":"2026-01-18","serial_number":"753676923006859","imei1":"756526679733290","imei2":"988963174151543","popurl":"www.arturo-johnston.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169045,"job_number":"JOB_169045","tr_customer_id":169062,"tr_customer_product_id":169052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:07.000Z","modified_at":"2026-01-28T05:09:07.000Z","name":"Epifania Stroman","mobile_number":"7012576880","email_id":"arvilla.davis@yahoo.com","dop":"2026-01-18","serial_number":"333243330008922","imei1":"130736459585417","imei2":"128982234793670","popurl":"www.leon-trantow.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169044,"job_number":"JOB_169044","tr_customer_id":169061,"tr_customer_product_id":169051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hayley Waelchi","mobile_number":"7035427200","email_id":"micah.turner@gmail.com","dop":"2026-01-18","serial_number":"509357790084040","imei1":"705311201567443","imei2":"784355426350992","popurl":"www.lenny-ledner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169043,"job_number":"JOB_169043","tr_customer_id":169060,"tr_customer_product_id":169050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Dwain Quigley","mobile_number":"7096606825","email_id":"gene.batz@gmail.com","dop":"2026-01-18","serial_number":"416408858344946","imei1":"424572469016613","imei2":"195460704348849","popurl":"www.karin-conn.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169042,"job_number":"JOB_169042","tr_customer_id":169059,"tr_customer_product_id":169049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Bill Schimmel","mobile_number":"7043927584","email_id":"timmy.collins@yahoo.com","dop":"2026-01-18","serial_number":"229405596416763","imei1":"015408590334046","imei2":"713046506688589","popurl":"www.enrique-effertz.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169040,"job_number":"JOB_169040","tr_customer_id":169057,"tr_customer_product_id":169047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Joe Mertz","mobile_number":"7047454394","email_id":"lynell.russel@hotmail.com","dop":"2026-01-18","serial_number":"037698445249988","imei1":"249639979679316","imei2":"060960320696589","popurl":"www.kaitlyn-schuster.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169039,"job_number":"JOB_169039","tr_customer_id":169056,"tr_customer_product_id":169046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Hershel Dare","mobile_number":"7091582694","email_id":"lissa.smitham@gmail.com","dop":"2026-01-18","serial_number":"181352642409036","imei1":"495584623672534","imei2":"679499599498785","popurl":"www.julius-okon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169037,"job_number":"JOB_169037","tr_customer_id":169054,"tr_customer_product_id":169044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Maren Nicolas","mobile_number":"7002225184","email_id":"emanuel.kuphal@yahoo.com","dop":"2026-01-18","serial_number":"827640796241859","imei1":"007570870708847","imei2":"794003858164138","popurl":"www.wei-haag.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169036,"job_number":"JOB_169036","tr_customer_id":169053,"tr_customer_product_id":169043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Gregory Dickinson","mobile_number":"7043408333","email_id":"marco.watsica@gmail.com","dop":"2026-01-18","serial_number":"637337693951028","imei1":"716523042992059","imei2":"514222668756636","popurl":"www.jamison-harber.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169035,"job_number":"JOB_169035","tr_customer_id":169052,"tr_customer_product_id":169042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:09:06.000Z","modified_at":"2026-01-28T05:09:06.000Z","name":"Vernita Crona","mobile_number":"7066659263","email_id":"retha.leffler@yahoo.com","dop":"2026-01-18","serial_number":"527843974881278","imei1":"227426066170255","imei2":"646938291788117","popurl":"www.brandy-ritchie.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169034,"job_number":"JOB_169034","tr_customer_id":169051,"tr_customer_product_id":169041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:07:00.000Z","modified_at":"2026-01-28T05:07:00.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420675","imei1":"12410700420675","imei2":"12410700420675","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169032,"job_number":"JOB_169032","tr_customer_id":169049,"tr_customer_product_id":169039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:40.000Z","modified_at":"2026-01-28T05:00:41.000Z","name":"Allan Ziemann","mobile_number":"221-581-2490","email_id":"Linnea75@hotmail.com","dop":"2025-04-06","serial_number":"13136588493107660","imei1":"13136588493107660","imei2":"13136588493107660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169030,"job_number":"JOB_169030","tr_customer_id":169047,"tr_customer_product_id":169037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:21.000Z","modified_at":"2026-01-28T05:00:21.000Z","name":"Maegan Runolfsdottir","mobile_number":"578-535-3736","email_id":"Bessie70@hotmail.com","dop":"2025-04-06","serial_number":"13696068545803300","imei1":"13696068545803300","imei2":"13696068545803300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T05:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169028,"job_number":"JOB_169028","tr_customer_id":169045,"tr_customer_product_id":169035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:32.000Z","modified_at":"2026-01-28T04:56:32.000Z","name":"Gustave Lehner","mobile_number":"903-227-5327","email_id":"Braxton_Lindgren@gmail.com","dop":"2025-04-06","serial_number":"14659619673390448","imei1":"14659619673390448","imei2":"14659619673390448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169026,"job_number":"JOB_169026","tr_customer_id":169043,"tr_customer_product_id":169033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:47.000Z","modified_at":"2026-01-28T04:55:47.000Z","name":"Asia Block","mobile_number":"234-564-1730","email_id":"Shea42@yahoo.com","dop":"2025-04-06","serial_number":"14434301358007810","imei1":"14434301358007810","imei2":"14434301358007810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169024,"job_number":"JOB_169024","tr_customer_id":169041,"tr_customer_product_id":169031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:09.000Z","modified_at":"2026-01-28T04:55:09.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2025-10-21","serial_number":"12410700420674","imei1":"12410700420674","imei2":"12410700420674","popurl":"025-10-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169023,"job_number":"JOB_169023","tr_customer_id":169040,"tr_customer_product_id":169030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:01.000Z","modified_at":"2026-01-28T04:55:01.000Z","name":"Maritza Lubowitz","mobile_number":"772-622-1457","email_id":"Thelma_Langosh17@hotmail.com","dop":"2025-04-06","serial_number":"18432309913848372","imei1":"18432309913848372","imei2":"18432309913848372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169021,"job_number":"JOB_169021","tr_customer_id":169038,"tr_customer_product_id":169028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Will Sauer","mobile_number":"7005413122","email_id":"mirtha.okon@gmail.com","dop":"2026-01-18","serial_number":"658781575221291","imei1":"095286785652443","imei2":"801991500470941","popurl":"www.rhett-steuber.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169020,"job_number":"JOB_169020","tr_customer_id":169037,"tr_customer_product_id":169027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sabina Crist","mobile_number":"7013315056","email_id":"julianne.crist@gmail.com","dop":"2026-01-18","serial_number":"206721533849221","imei1":"459086758067588","imei2":"330757413209845","popurl":"www.corine-kreiger.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169019,"job_number":"JOB_169019","tr_customer_id":169036,"tr_customer_product_id":169026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Theda Jerde","mobile_number":"7022582190","email_id":"jacob.fay@hotmail.com","dop":"2026-01-18","serial_number":"918721412818041","imei1":"344540151069283","imei2":"621521462122795","popurl":"www.marcos-von.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169018,"job_number":"JOB_169018","tr_customer_id":169035,"tr_customer_product_id":169025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Arnulfo Kub","mobile_number":"7007836026","email_id":"eugenia.casper@hotmail.com","dop":"2026-01-18","serial_number":"066597937351454","imei1":"127305914402927","imei2":"249476131754018","popurl":"www.lucio-kovacek.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169017,"job_number":"JOB_169017","tr_customer_id":169034,"tr_customer_product_id":169024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Jerica Walsh","mobile_number":"7032070038","email_id":"gaston.blanda@hotmail.com","dop":"2026-01-18","serial_number":"015862327166807","imei1":"819361917589499","imei2":"664928747864861","popurl":"www.tarsha-homenick.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169016,"job_number":"JOB_169016","tr_customer_id":169033,"tr_customer_product_id":169023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Terrell Durgan","mobile_number":"7034741050","email_id":"tequila.pouros@gmail.com","dop":"2026-01-18","serial_number":"074166672405711","imei1":"547183242725417","imei2":"614872272623850","popurl":"www.kennith-wilkinson.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169015,"job_number":"JOB_169015","tr_customer_id":169032,"tr_customer_product_id":169022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Imelda Tillman","mobile_number":"7005897875","email_id":"desmond.jacobson@gmail.com","dop":"2026-01-18","serial_number":"860503672394313","imei1":"198614052626143","imei2":"925816755287476","popurl":"www.alexander-keeling.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169014,"job_number":"JOB_169014","tr_customer_id":169031,"tr_customer_product_id":169021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Sidney Armstrong","mobile_number":"7070144268","email_id":"gus.gusikowski@gmail.com","dop":"2026-01-18","serial_number":"915415955931298","imei1":"356881924262184","imei2":"092644843443421","popurl":"www.charita-dach.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169012,"job_number":"JOB_169012","tr_customer_id":169029,"tr_customer_product_id":169019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:54:54.000Z","modified_at":"2026-01-28T04:54:54.000Z","name":"Wiley Ryan","mobile_number":"7024189570","email_id":"olevia.champlin@hotmail.com","dop":"2026-01-18","serial_number":"605132655819018","imei1":"374601687934293","imei2":"673055156786524","popurl":"www.olen-koepp.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169010,"job_number":"JOB_169010","tr_customer_id":169027,"tr_customer_product_id":169017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109547115343195","imei1":"109547115343195","imei2":"109547115343195","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169008,"job_number":"JOB_169008","tr_customer_id":169025,"tr_customer_product_id":169015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:00.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109377087367947","imei1":"109377087367947","imei2":"109377087367947","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169007,"job_number":"JOB_169007","tr_customer_id":169024,"tr_customer_product_id":169014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:41:16.000Z","modified_at":"2026-01-28T04:41:16.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"35417639983962","imei1":"35417639983962","imei2":"35417639983962","popurl":"2026-01-18T04:41:15.933745078Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169006,"job_number":"JOB_169006","tr_customer_id":169023,"tr_customer_product_id":169013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:35.000Z","modified_at":"2026-01-28T04:40:35.000Z","name":"Christop Witting","mobile_number":"746-793-1550","email_id":"Randi18@yahoo.com","dop":"2025-04-06","serial_number":"18260150525351880","imei1":"18260150525351880","imei2":"18260150525351880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169004,"job_number":"JOB_169004","tr_customer_id":169021,"tr_customer_product_id":169011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:40:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16448467014788","imei1":"16448467014788","imei2":"16448467014788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169003,"job_number":"JOB_169003","tr_customer_id":169020,"tr_customer_product_id":169010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:24.000Z","modified_at":"2026-01-28T04:40:24.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-18","serial_number":"40815786666722","imei1":"40815786666722","imei2":"40815786666722","popurl":"2026-01-18T04:40:24.076801363Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169002,"job_number":"JOB_169002","tr_customer_id":169019,"tr_customer_product_id":169009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:52.000Z","modified_at":"2026-01-28T04:39:52.000Z","name":"Baby Schulist","mobile_number":"724-881-0956","email_id":"Frida89@yahoo.com","dop":"2025-04-06","serial_number":"18882817690989210","imei1":"18882817690989210","imei2":"18882817690989210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169000,"job_number":"JOB_169000","tr_customer_id":169017,"tr_customer_product_id":169007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:50.000Z","modified_at":"2026-01-28T04:39:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19012567718105","imei1":"19012567718105","imei2":"19012567718105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168999,"job_number":"JOB_168999","tr_customer_id":169016,"tr_customer_product_id":169006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:09.000Z","modified_at":"2026-01-28T04:39:09.000Z","name":"Lupe Nolan","mobile_number":"540-752-1185","email_id":"Raleigh.Schamberger29@yahoo.com","dop":"2025-04-06","serial_number":"15078746163835184","imei1":"15078746163835184","imei2":"15078746163835184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168997,"job_number":"JOB_168997","tr_customer_id":169014,"tr_customer_product_id":169004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19411493454575","imei1":"19411493454575","imei2":"19411493454575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168993,"job_number":"JOB_168993","tr_customer_id":169010,"tr_customer_product_id":169000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80920621628860","imei1":"80920621628860","imei2":"80920621628860","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168992,"job_number":"JOB_168992","tr_customer_id":169009,"tr_customer_product_id":168999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21228756695991","imei1":"21228756695991","imei2":"21228756695991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168991,"job_number":"JOB_168991","tr_customer_id":169008,"tr_customer_product_id":168998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57094646830855","imei1":"57094646830855","imei2":"57094646830855","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168990,"job_number":"JOB_168990","tr_customer_id":169007,"tr_customer_product_id":168997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:03.000Z","modified_at":"2026-01-28T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21663617153420","imei1":"21663617153420","imei2":"21663617153420","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168989,"job_number":"JOB_168989","tr_customer_id":169006,"tr_customer_product_id":168996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29378717256198","imei1":"29378717256198","imei2":"29378717256198","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168988,"job_number":"JOB_168988","tr_customer_id":169005,"tr_customer_product_id":168995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:02.000Z","modified_at":"2026-01-28T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33471390674626","imei1":"33471390674626","imei2":"33471390674626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168986,"job_number":"JOB_168986","tr_customer_id":169003,"tr_customer_product_id":168993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460161828628","imei1":"96460161828628","imei2":"96460161828628","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168985,"job_number":"JOB_168985","tr_customer_id":169002,"tr_customer_product_id":168992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61310247345785","imei1":"61310247345785","imei2":"61310247345785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168984,"job_number":"JOB_168984","tr_customer_id":169001,"tr_customer_product_id":168991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34888337026308","imei1":"34888337026308","imei2":"34888337026308","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168983,"job_number":"JOB_168983","tr_customer_id":169000,"tr_customer_product_id":168990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21764236203777","imei1":"21764236203777","imei2":"21764236203777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168982,"job_number":"JOB_168982","tr_customer_id":168999,"tr_customer_product_id":168989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:32.000Z","modified_at":"2026-01-28T04:03:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30214100876469","imei1":"30214100876469","imei2":"30214100876469","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168981,"job_number":"JOB_168981","tr_customer_id":168998,"tr_customer_product_id":168988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:31.000Z","modified_at":"2026-01-28T04:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40613316932026","imei1":"40613316932026","imei2":"40613316932026","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168979,"job_number":"JOB_168979","tr_customer_id":168996,"tr_customer_product_id":168986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84267289143004","imei1":"84267289143004","imei2":"84267289143004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168978,"job_number":"JOB_168978","tr_customer_id":168995,"tr_customer_product_id":168985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95737975735755","imei1":"95737975735755","imei2":"95737975735755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168977,"job_number":"JOB_168977","tr_customer_id":168994,"tr_customer_product_id":168984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88842945504710","imei1":"88842945504710","imei2":"88842945504710","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168976,"job_number":"JOB_168976","tr_customer_id":168993,"tr_customer_product_id":168983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91901373752573","imei1":"91901373752573","imei2":"91901373752573","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168975,"job_number":"JOB_168975","tr_customer_id":168992,"tr_customer_product_id":168982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:01.000Z","modified_at":"2026-01-28T04:03:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31486116521385","imei1":"31486116521385","imei2":"31486116521385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168974,"job_number":"JOB_168974","tr_customer_id":168991,"tr_customer_product_id":168981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:00.000Z","modified_at":"2026-01-28T04:03:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69733597893484","imei1":"69733597893484","imei2":"69733597893484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168973,"job_number":"JOB_168973","tr_customer_id":168990,"tr_customer_product_id":168980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:58:00.000Z","modified_at":"2026-01-28T03:58:00.000Z","name":"Joe Kulas","mobile_number":"682-562-7431","email_id":"Amya.Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"13959466821301714","imei1":"13959466821301714","imei2":"13959466821301714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168971,"job_number":"JOB_168971","tr_customer_id":168988,"tr_customer_product_id":168978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:57:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11862234068743","imei1":"11862234068743","imei2":"11862234068743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168970,"job_number":"JOB_168970","tr_customer_id":168987,"tr_customer_product_id":168977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:56.000Z","modified_at":"2026-01-28T03:57:56.000Z","name":"Rodger McGlynn","mobile_number":"383-853-2554","email_id":"Camren_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"17253951878548044","imei1":"17253951878548044","imei2":"17253951878548044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168968,"job_number":"JOB_168968","tr_customer_id":168985,"tr_customer_product_id":168975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:54.000Z","modified_at":"2026-01-28T03:57:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12545734535153","imei1":"12545734535153","imei2":"12545734535153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168964,"job_number":"JOB_168964","tr_customer_id":168981,"tr_customer_product_id":168971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:15.000Z","modified_at":"2026-01-28T03:57:15.000Z","name":"Isom Leffler","mobile_number":"343-212-4678","email_id":"Maxwell.OKon88@hotmail.com","dop":"2025-04-06","serial_number":"17932469343496192","imei1":"17932469343496192","imei2":"17932469343496192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168962,"job_number":"JOB_168962","tr_customer_id":168979,"tr_customer_product_id":168969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10246626560606","imei1":"10246626560606","imei2":"10246626560606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168961,"job_number":"JOB_168961","tr_customer_id":168978,"tr_customer_product_id":168968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Kameron Fadel","mobile_number":"381-889-8841","email_id":"Justyn.Dare@gmail.com","dop":"2025-04-06","serial_number":"14129808405308984","imei1":"14129808405308984","imei2":"14129808405308984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168960,"job_number":"JOB_168960","tr_customer_id":168977,"tr_customer_product_id":168967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:10.000Z","modified_at":"2026-01-28T03:57:10.000Z","name":"Vance Mosciski","mobile_number":"342-243-0611","email_id":"Isai.Veum@hotmail.com","dop":"2025-04-06","serial_number":"10551571924822852","imei1":"10551571924822852","imei2":"10551571924822852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168957,"job_number":"JOB_168957","tr_customer_id":168974,"tr_customer_product_id":168964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10753318346521","imei1":"10753318346521","imei2":"10753318346521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168956,"job_number":"JOB_168956","tr_customer_id":168973,"tr_customer_product_id":168963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13922871671959","imei1":"13922871671959","imei2":"13922871671959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168954,"job_number":"JOB_168954","tr_customer_id":168971,"tr_customer_product_id":168961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Yolanda McClure","mobile_number":"881-467-5334","email_id":"Orion.Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"13527745073936152","imei1":"13527745073936152","imei2":"13527745073936152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168950,"job_number":"JOB_168950","tr_customer_id":168967,"tr_customer_product_id":168957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11886455928881","imei1":"11886455928881","imei2":"11886455928881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168947,"job_number":"JOB_168947","tr_customer_id":168964,"tr_customer_product_id":168954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:57.000Z","modified_at":"2026-01-28T03:56:57.000Z","name":"Kaycee Flatley","mobile_number":"220-851-9807","email_id":"Torrance_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"15357317757658660","imei1":"15357317757658660","imei2":"15357317757658660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168945,"job_number":"JOB_168945","tr_customer_id":168962,"tr_customer_product_id":168952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:56:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19299735320401","imei1":"19299735320401","imei2":"19299735320401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168944,"job_number":"JOB_168944","tr_customer_id":168961,"tr_customer_product_id":168951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:52.000Z","modified_at":"2026-01-28T03:56:52.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14499033402328","imei1":"14499033402328","imei2":"14499033402328","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168942,"job_number":"JOB_168942","tr_customer_id":168959,"tr_customer_product_id":168949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14592533650790","imei1":"14592533650790","imei2":"14592533650790","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168940,"job_number":"JOB_168940","tr_customer_id":168957,"tr_customer_product_id":168947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Mollie Murazik","mobile_number":"581-312-7621","email_id":"Lacey_Bergstrom53@hotmail.com","dop":"2025-04-06","serial_number":"14307504576313674","imei1":"14307504576313674","imei2":"14307504576313674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168935,"job_number":"JOB_168935","tr_customer_id":168952,"tr_customer_product_id":168942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18135948968222","imei1":"18135948968222","imei2":"18135948968222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168930,"job_number":"JOB_168930","tr_customer_id":168947,"tr_customer_product_id":168937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Sage Hackett","mobile_number":"260-757-7457","email_id":"Mathilde.Leannon@yahoo.com","dop":"2025-04-06","serial_number":"18999085995859250","imei1":"18999085995859250","imei2":"18999085995859250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168929,"job_number":"JOB_168929","tr_customer_id":168946,"tr_customer_product_id":168936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:44.000Z","modified_at":"2026-01-28T03:56:44.000Z","name":"Devan Kuhic","mobile_number":"517-235-0060","email_id":"Trevor_Turner36@yahoo.com","dop":"2025-04-06","serial_number":"12646230344638004","imei1":"12646230344638004","imei2":"12646230344638004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168926,"job_number":"JOB_168926","tr_customer_id":168943,"tr_customer_product_id":168933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16958233379699","imei1":"16958233379699","imei2":"16958233379699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168925,"job_number":"JOB_168925","tr_customer_id":168942,"tr_customer_product_id":168932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:42.000Z","modified_at":"2026-01-28T03:56:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12539742145029","imei1":"12539742145029","imei2":"12539742145029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168924,"job_number":"JOB_168924","tr_customer_id":168941,"tr_customer_product_id":168931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:40.000Z","modified_at":"2026-01-28T03:56:40.000Z","name":"Philip O'Hara","mobile_number":"381-460-8833","email_id":"Stevie.DuBuque98@gmail.com","dop":"2025-04-06","serial_number":"14002974038827056","imei1":"14002974038827056","imei2":"14002974038827056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168922,"job_number":"JOB_168922","tr_customer_id":168939,"tr_customer_product_id":168929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:56:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15253105986542","imei1":"15253105986542","imei2":"15253105986542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168921,"job_number":"JOB_168921","tr_customer_id":168938,"tr_customer_product_id":168928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:36.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Mia Ziemann","mobile_number":"934-959-9748","email_id":"Maye39@hotmail.com","dop":"2025-04-06","serial_number":"10033957844667552","imei1":"10033957844667552","imei2":"10033957844667552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168919,"job_number":"JOB_168919","tr_customer_id":168936,"tr_customer_product_id":168926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:34.000Z","modified_at":"2026-01-28T03:56:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12952187984863","imei1":"12952187984863","imei2":"12952187984863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168914,"job_number":"JOB_168914","tr_customer_id":168931,"tr_customer_product_id":168921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:29.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Karli Keebler","mobile_number":"299-515-1703","email_id":"Efren_Spinka74@yahoo.com","dop":"2025-04-06","serial_number":"19286327814281428","imei1":"19286327814281428","imei2":"19286327814281428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168913,"job_number":"JOB_168913","tr_customer_id":168930,"tr_customer_product_id":168920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:56:28.000Z","name":"Walter Batz","mobile_number":"679-730-5438","email_id":"Jefferey.King40@hotmail.com","dop":"2025-04-06","serial_number":"13803450214619772","imei1":"13803450214619772","imei2":"13803450214619772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168911,"job_number":"JOB_168911","tr_customer_id":168928,"tr_customer_product_id":168918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17679952710006","imei1":"17679952710006","imei2":"17679952710006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168909,"job_number":"JOB_168909","tr_customer_id":168926,"tr_customer_product_id":168916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:26.000Z","modified_at":"2026-01-28T03:56:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16284823241776","imei1":"16284823241776","imei2":"16284823241776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168908,"job_number":"JOB_168908","tr_customer_id":168925,"tr_customer_product_id":168915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:24.000Z","modified_at":"2026-01-28T03:56:24.000Z","name":"Edwardo Hammes","mobile_number":"512-419-5535","email_id":"Mavis_Schaden98@yahoo.com","dop":"2025-04-06","serial_number":"13584575715800858","imei1":"13584575715800858","imei2":"13584575715800858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168907,"job_number":"JOB_168907","tr_customer_id":168924,"tr_customer_product_id":168914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"Coby Hand","mobile_number":"331-993-1798","email_id":"Aidan45@gmail.com","dop":"2025-04-06","serial_number":"19255133725872690","imei1":"19255133725872690","imei2":"19255133725872690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168905,"job_number":"JOB_168905","tr_customer_id":168922,"tr_customer_product_id":168912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:56:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14984878440355","imei1":"14984878440355","imei2":"14984878440355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168904,"job_number":"JOB_168904","tr_customer_id":168921,"tr_customer_product_id":168911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"Tevin Larson","mobile_number":"550-911-6560","email_id":"Christiana96@gmail.com","dop":"2025-04-06","serial_number":"10183014092812354","imei1":"10183014092812354","imei2":"10183014092812354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168902,"job_number":"JOB_168902","tr_customer_id":168919,"tr_customer_product_id":168909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18543344463649","imei1":"18543344463649","imei2":"18543344463649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168900,"job_number":"JOB_168900","tr_customer_id":168917,"tr_customer_product_id":168907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:20.000Z","modified_at":"2026-01-28T03:56:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11576828490308","imei1":"11576828490308","imei2":"11576828490308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168899,"job_number":"JOB_168899","tr_customer_id":168916,"tr_customer_product_id":168906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:16.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Chandler Leannon","mobile_number":"717-304-5745","email_id":"Idella_Jast@yahoo.com","dop":"2025-04-06","serial_number":"17439872849798308","imei1":"17439872849798308","imei2":"17439872849798308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168897,"job_number":"JOB_168897","tr_customer_id":168914,"tr_customer_product_id":168904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:14.000Z","modified_at":"2026-01-28T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11801062194339","imei1":"11801062194339","imei2":"11801062194339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168896,"job_number":"JOB_168896","tr_customer_id":168913,"tr_customer_product_id":168903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:10.000Z","modified_at":"2026-01-28T03:56:10.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"89373532615795","imei1":"89373532615795","imei2":"89373532615795","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168894,"job_number":"JOB_168894","tr_customer_id":168911,"tr_customer_product_id":168901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:09.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10857935787175","imei1":"10857935787175","imei2":"10857935787175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168893,"job_number":"JOB_168893","tr_customer_id":168910,"tr_customer_product_id":168900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:06.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Cydney Swift","mobile_number":"826-841-5961","email_id":"Skye.Beier10@yahoo.com","dop":"2025-04-06","serial_number":"15876658505347108","imei1":"15876658505347108","imei2":"15876658505347108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168891,"job_number":"JOB_168891","tr_customer_id":168908,"tr_customer_product_id":168898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18722965237487","imei1":"18722965237487","imei2":"18722965237487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168890,"job_number":"JOB_168890","tr_customer_id":168907,"tr_customer_product_id":168897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:02.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Austyn Harber","mobile_number":"597-312-4050","email_id":"Easter.Zieme99@gmail.com","dop":"2025-04-06","serial_number":"17993735160051150","imei1":"17993735160051150","imei2":"17993735160051150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168887,"job_number":"JOB_168887","tr_customer_id":168904,"tr_customer_product_id":168894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14958711859983","imei1":"14958711859983","imei2":"14958711859983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168884,"job_number":"JOB_168884","tr_customer_id":168901,"tr_customer_product_id":168891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:56.000Z","modified_at":"2026-01-28T03:55:56.000Z","name":"Erika Wehner","mobile_number":"341-997-5042","email_id":"Raquel_Tromp@gmail.com","dop":"2025-04-06","serial_number":"14320994819899792","imei1":"14320994819899792","imei2":"14320994819899792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168882,"job_number":"JOB_168882","tr_customer_id":168899,"tr_customer_product_id":168889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Lorenzo DuBuque","mobile_number":"408-298-1424","email_id":"Elmira_Schultz@hotmail.com","dop":"2025-04-06","serial_number":"10238007082682770","imei1":"10238007082682770","imei2":"10238007082682770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168878,"job_number":"JOB_168878","tr_customer_id":168895,"tr_customer_product_id":168885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10259547167517","imei1":"10259547167517","imei2":"10259547167517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168876,"job_number":"JOB_168876","tr_customer_id":168893,"tr_customer_product_id":168883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Ariel Reynolds","mobile_number":"623-917-2384","email_id":"Junius69@hotmail.com","dop":"2025-04-06","serial_number":"13254915219419070","imei1":"13254915219419070","imei2":"13254915219419070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168874,"job_number":"JOB_168874","tr_customer_id":168891,"tr_customer_product_id":168881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19663478374832","imei1":"19663478374832","imei2":"19663478374832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168870,"job_number":"JOB_168870","tr_customer_id":168887,"tr_customer_product_id":168877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13897413660867","imei1":"13897413660867","imei2":"13897413660867","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168869,"job_number":"JOB_168869","tr_customer_id":168886,"tr_customer_product_id":168876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:51.000Z","modified_at":"2026-01-28T03:55:51.000Z","name":"Jerald Jacobi","mobile_number":"956-331-1227","email_id":"Kattie_Larkin0@yahoo.com","dop":"2025-04-06","serial_number":"17737085443130164","imei1":"17737085443130164","imei2":"17737085443130164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168867,"job_number":"JOB_168867","tr_customer_id":168884,"tr_customer_product_id":168874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:49.000Z","modified_at":"2026-01-28T03:55:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14153716940427","imei1":"14153716940427","imei2":"14153716940427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168864,"job_number":"JOB_168864","tr_customer_id":168881,"tr_customer_product_id":168871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17742564073635","imei2":"17742564073635","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168859,"job_number":"JOB_168859","tr_customer_id":168876,"tr_customer_product_id":168866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Darrin Macejkovic","mobile_number":"669-976-8578","email_id":"Modesto.Emmerich69@yahoo.com","dop":"2025-06-18","serial_number":"1053973884398900","imei1":"1053973884398900","imei2":"1053973884398900","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168858,"job_number":"JOB_168858","tr_customer_id":168875,"tr_customer_product_id":168865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Evie Kuhn","mobile_number":"427-305-9897","email_id":"Rosa.McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11798668252214510","imei1":"11798668252214510","imei2":"11798668252214510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168855,"job_number":"JOB_168855","tr_customer_id":168872,"tr_customer_product_id":168862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641887369077","imei1":"10641887369077","imei2":"10641887369077","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168853,"job_number":"JOB_168853","tr_customer_id":168870,"tr_customer_product_id":168860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"Sigurd Balistreri","mobile_number":"443-663-2863","email_id":"Luciano36@hotmail.com","dop":"2025-04-06","serial_number":"19676541836253400","imei1":"19676541836253400","imei2":"19676541836253400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168852,"job_number":"JOB_168852","tr_customer_id":168869,"tr_customer_product_id":168859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:55:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11762680327657","imei1":"11762680327657","imei2":"11762680327657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168850,"job_number":"JOB_168850","tr_customer_id":168867,"tr_customer_product_id":168857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389899469304","imei1":"16389899469304","imei2":"16389899469304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168849,"job_number":"JOB_168849","tr_customer_id":168866,"tr_customer_product_id":168856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:38.000Z","modified_at":"2026-01-28T03:55:38.000Z","name":"Leonora Collins","mobile_number":"293-944-6025","email_id":"Kellie.Cole97@yahoo.com","dop":"2025-04-06","serial_number":"13390932168167012","imei1":"13390932168167012","imei2":"13390932168167012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168847,"job_number":"JOB_168847","tr_customer_id":168864,"tr_customer_product_id":168854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:55:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543493251838","imei1":"10543493251838","imei2":"10543493251838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168846,"job_number":"JOB_168846","tr_customer_id":168863,"tr_customer_product_id":168853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:34.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Lexi Green","mobile_number":"387-669-1672","email_id":"Gloria_Jones@hotmail.com","dop":"2025-04-06","serial_number":"15222097116762360","imei1":"15222097116762360","imei2":"15222097116762360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168844,"job_number":"JOB_168844","tr_customer_id":168861,"tr_customer_product_id":168851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12242712144417","imei1":"12242712144417","imei2":"12242712144417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168842,"job_number":"JOB_168842","tr_customer_id":168859,"tr_customer_product_id":168849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:32.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14858334829193","imei2":"14858334829193","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168841,"job_number":"JOB_168841","tr_customer_id":168858,"tr_customer_product_id":168848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"104223591950172","imei1":"104223591950172","imei2":"104223591950172","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168840,"job_number":"JOB_168840","tr_customer_id":168857,"tr_customer_product_id":168847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:28.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Candace Hilll","mobile_number":"616-536-6254","email_id":"Karianne_Batz76@gmail.com","dop":"2025-05-30","serial_number":"1796121273562169","imei1":"1796121273562169","imei2":"1796121273562169","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168837,"job_number":"JOB_168837","tr_customer_id":168854,"tr_customer_product_id":168844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15409422810385","imei1":"15409422810385","imei2":"15409422810385","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168836,"job_number":"JOB_168836","tr_customer_id":168853,"tr_customer_product_id":168843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:26.000Z","modified_at":"2026-01-28T03:55:26.000Z","name":"Eddie Jast","mobile_number":"619-403-0127","email_id":"Bonnie_Wisoky@hotmail.com","dop":"2025-05-30","serial_number":"11349789567487","imei1":"11349789567487","imei2":"11349789567487","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168834,"job_number":"JOB_168834","tr_customer_id":168851,"tr_customer_product_id":168841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Meaghan Kessler","mobile_number":"363-781-5893","email_id":"Myrl.Orn@gmail.com","dop":"2025-04-06","serial_number":"11102742599962530","imei1":"11102742599962530","imei2":"11102742599962530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168833,"job_number":"JOB_168833","tr_customer_id":168850,"tr_customer_product_id":168840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:21.000Z","modified_at":"2026-01-28T03:55:21.000Z","name":"Lilliana Torphy","mobile_number":"832-640-3548","email_id":"Gwendolyn.Hodkiewicz@gmail.com","dop":"2025-04-06","serial_number":"16692413420665736","imei1":"16692413420665736","imei2":"16692413420665736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168832,"job_number":"JOB_168832","tr_customer_id":168849,"tr_customer_product_id":168839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:20.000Z","name":"Laurie D'Amore","mobile_number":"388-853-9628","email_id":"Bonita.Abbott@gmail.com","dop":"2025-04-06","serial_number":"11823034203849834","imei1":"11823034203849834","imei2":"11823034203849834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168828,"job_number":"JOB_168828","tr_customer_id":168845,"tr_customer_product_id":168835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14291999737312","imei1":"14291999737312","imei2":"14291999737312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168826,"job_number":"JOB_168826","tr_customer_id":168843,"tr_customer_product_id":168833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11417202918263","imei2":"11417202918263","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168824,"job_number":"JOB_168824","tr_customer_id":168841,"tr_customer_product_id":168831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:18.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10494951781897","imei1":"10494951781897","imei2":"10494951781897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168820,"job_number":"JOB_168820","tr_customer_id":168837,"tr_customer_product_id":168827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:13.000Z","modified_at":"2026-01-28T03:55:13.000Z","name":"Lauretta Douglas","mobile_number":"499-546-5715","email_id":"Alvera67@gmail.com","dop":"2025-04-06","serial_number":"18114256723703564","imei1":"18114256723703564","imei2":"18114256723703564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168818,"job_number":"JOB_168818","tr_customer_id":168835,"tr_customer_product_id":168825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"Lonzo Sawayn","mobile_number":"680-810-6107","email_id":"Donnell_Stamm@gmail.com","dop":"2025-04-06","serial_number":"17141770967336420","imei1":"17141770967336420","imei2":"17141770967336420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168816,"job_number":"JOB_168816","tr_customer_id":168833,"tr_customer_product_id":168823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Renee Kris","mobile_number":"270-213-3366","email_id":"Arjun_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11494370098947640","imei1":"11494370098947640","imei2":"11494370098947640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168813,"job_number":"JOB_168813","tr_customer_id":168830,"tr_customer_product_id":168820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:09.000Z","name":"Taya Douglas","mobile_number":"527-611-3757","email_id":"Zena_Homenick@gmail.com","dop":"2025-04-06","serial_number":"19564802845473976","imei1":"19564802845473976","imei2":"19564802845473976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168812,"job_number":"JOB_168812","tr_customer_id":168829,"tr_customer_product_id":168819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18955231898120","imei1":"18955231898120","imei2":"18955231898120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168810,"job_number":"JOB_168810","tr_customer_id":168827,"tr_customer_product_id":168817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12574252883229","imei1":"12574252883229","imei2":"12574252883229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168808,"job_number":"JOB_168808","tr_customer_id":168825,"tr_customer_product_id":168815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:06.000Z","modified_at":"2026-01-28T03:55:06.000Z","name":"Fiona McDermott","mobile_number":"400-720-8305","email_id":"Amani22@gmail.com","dop":"2025-04-06","serial_number":"13509961163139472","imei1":"13509961163139472","imei2":"13509961163139472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168806,"job_number":"JOB_168806","tr_customer_id":168823,"tr_customer_product_id":168813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:04.000Z","modified_at":"2026-01-28T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12779775102241","imei1":"12779775102241","imei2":"12779775102241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168805,"job_number":"JOB_168805","tr_customer_id":168822,"tr_customer_product_id":168812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:00.000Z","modified_at":"2026-01-28T03:55:00.000Z","name":"Margarette Stroman","mobile_number":"887-242-1961","email_id":"Samson_Mraz@hotmail.com","dop":"2025-06-18","serial_number":"1091912719427742","imei1":"1091912719427742","imei2":"1091912719427742","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168803,"job_number":"JOB_168803","tr_customer_id":168820,"tr_customer_product_id":168810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10277744477284","imei1":"10277744477284","imei2":"10277744477284","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168802,"job_number":"JOB_168802","tr_customer_id":168819,"tr_customer_product_id":168809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:54:59.000Z","name":"Henriette Runte","mobile_number":"961-585-5554","email_id":"Davonte.Padberg14@yahoo.com","dop":"2025-04-06","serial_number":"16061244654796412","imei1":"16061244654796412","imei2":"16061244654796412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168799,"job_number":"JOB_168799","tr_customer_id":168816,"tr_customer_product_id":168806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:56.000Z","modified_at":"2026-01-28T03:54:56.000Z","name":"Gaetano Kessler","mobile_number":"490-991-7330","email_id":"Alberta85@gmail.com","dop":"2025-04-06","serial_number":"14436353533976974","imei1":"14436353533976974","imei2":"14436353533976974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168797,"job_number":"JOB_168797","tr_customer_id":168814,"tr_customer_product_id":168804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:54.000Z","modified_at":"2026-01-28T03:54:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15637826111010","imei1":"15637826111010","imei2":"15637826111010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168796,"job_number":"JOB_168796","tr_customer_id":168813,"tr_customer_product_id":168803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:43.000Z","modified_at":"2026-01-28T03:54:43.000Z","name":"Arnulfo Paucek","mobile_number":"825-374-8527","email_id":"Misty_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13367971213512450","imei1":"13367971213512450","imei2":"13367971213512450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168793,"job_number":"JOB_168793","tr_customer_id":168810,"tr_customer_product_id":168800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:27.000Z","modified_at":"2026-01-28T03:54:27.000Z","name":"Reyna Brakus","mobile_number":"288-262-7783","email_id":"Nedra.Collier57@gmail.com","dop":"2025-04-06","serial_number":"13417686330955804","imei1":"13417686330955804","imei2":"13417686330955804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168791,"job_number":"JOB_168791","tr_customer_id":168808,"tr_customer_product_id":168798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:54:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19074435511492","imei1":"19074435511492","imei2":"19074435511492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168790,"job_number":"JOB_168790","tr_customer_id":168807,"tr_customer_product_id":168797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:23.000Z","modified_at":"2026-01-28T03:54:23.000Z","name":"Yasmeen Mills","mobile_number":"832-261-4474","email_id":"Elmo_Carter@gmail.com","dop":"2025-04-06","serial_number":"17412748998726740","imei1":"17412748998726740","imei2":"17412748998726740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168787,"job_number":"JOB_168787","tr_customer_id":168804,"tr_customer_product_id":168794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:41:15.000Z","modified_at":"2026-01-28T03:41:15.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420672","imei1":"12410700420672","imei2":"12410700420672","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168786,"job_number":"JOB_168786","tr_customer_id":168803,"tr_customer_product_id":168793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:18:26.000Z","modified_at":"2026-01-28T03:18:26.000Z","name":"Grace Hessel","mobile_number":"776-772-3460","email_id":"Allan.DAmore42@hotmail.com","dop":"2025-10-21","serial_number":"12410700420671","imei1":"12410700420671","imei2":"12410700420671","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168785,"job_number":"JOB_168785","tr_customer_id":168802,"tr_customer_product_id":168792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:41.000Z","modified_at":"2026-01-28T03:02:41.000Z","name":"Kris Metz","mobile_number":"526-456-9911","email_id":"Fredrick_Grant31@yahoo.com","dop":"2025-04-06","serial_number":"13511069236252022","imei1":"13511069236252022","imei2":"13511069236252022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168783,"job_number":"JOB_168783","tr_customer_id":168800,"tr_customer_product_id":168790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:02:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14988521102967","imei1":"14988521102967","imei2":"14988521102967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168782,"job_number":"JOB_168782","tr_customer_id":168799,"tr_customer_product_id":168789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:56.000Z","modified_at":"2026-01-28T03:01:56.000Z","name":"Devon Luettgen","mobile_number":"331-650-9955","email_id":"Clarissa_Goyette23@yahoo.com","dop":"2025-04-06","serial_number":"11179062492681112","imei1":"11179062492681112","imei2":"11179062492681112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168780,"job_number":"JOB_168780","tr_customer_id":168797,"tr_customer_product_id":168787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:54.000Z","modified_at":"2026-01-28T03:01:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16415134470282","imei1":"16415134470282","imei2":"16415134470282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168779,"job_number":"JOB_168779","tr_customer_id":168796,"tr_customer_product_id":168786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:11.000Z","modified_at":"2026-01-28T03:01:11.000Z","name":"Shanie Bernier","mobile_number":"428-226-1920","email_id":"Heidi_Glover0@hotmail.com","dop":"2025-04-06","serial_number":"18624613312840892","imei1":"18624613312840892","imei2":"18624613312840892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168777,"job_number":"JOB_168777","tr_customer_id":168794,"tr_customer_product_id":168784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14778798459028","imei1":"14778798459028","imei2":"14778798459028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168776,"job_number":"JOB_168776","tr_customer_id":168793,"tr_customer_product_id":168783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T02:56:11.000Z","modified_at":"2026-01-28T02:56:11.000Z","name":"Salvatore Yundt","mobile_number":"7006456598","email_id":"gregorio.schowalter@yahoo.com","dop":"2026-01-18","serial_number":"045113566035089","imei1":"042479713975900","imei2":"930453121236260","popurl":"www.maddie-predovic.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T02:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168774,"job_number":"JOB_168774","tr_customer_id":168791,"tr_customer_product_id":168781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:55:18.000Z","modified_at":"2026-01-28T01:55:18.000Z","name":"Jaida Champlin","mobile_number":"353-865-1024","email_id":"Braeden.Mayer@hotmail.com","dop":"2022-04-05","serial_number":"7259095457499714","imei1":"7259095457499714","imei2":"7259095457499714","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168773,"job_number":"JOB_168773","tr_customer_id":168790,"tr_customer_product_id":168780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:54:53.000Z","modified_at":"2026-01-28T01:54:53.000Z","name":"Isabelle Hansen","mobile_number":"745-538-4125","email_id":"Robert78@hotmail.com","dop":"2022-04-05","serial_number":"1444487289890024","imei1":"1444487289890024","imei2":"1444487289890024","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168772,"job_number":"JOB_168772","tr_customer_id":168789,"tr_customer_product_id":168779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:48:18.000Z","modified_at":"2026-01-28T01:48:18.000Z","name":"asdfsadfsd asdfsadfsadf","mobile_number":"7854659587","email_id":"asdfasddsf@gmail.com","dop":"2026-01-19","serial_number":"76464949848987","imei1":"76464949848987","imei2":"76464949848987","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168769,"job_number":"JOB_168769","tr_customer_id":168786,"tr_customer_product_id":168776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:09:44.000Z","modified_at":"2026-01-28T01:09:44.000Z","name":"Edwina Torp","mobile_number":"8928885292","email_id":"Krystel61@yahoo.com","dop":"2026-01-12","serial_number":"10839573672092","imei1":"10839573672092","imei2":"10839573672092","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T01:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168765,"job_number":"JOB_168765","tr_customer_id":168782,"tr_customer_product_id":168772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:43:44.000Z","modified_at":"2026-01-27T23:43:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-17T23:43:44.144479095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168764,"job_number":"JOB_168764","tr_customer_id":168781,"tr_customer_product_id":168771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:15.000Z","modified_at":"2026-01-27T23:41:15.000Z","name":"Anila Mishra","mobile_number":"7058944993","email_id":"bhooshan.patil@gmail.com","dop":"2026-01-17","serial_number":"786500291035165","imei1":"786500291035165","imei2":"786500291035165","popurl":"www.akshat-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168763,"job_number":"JOB_168763","tr_customer_id":168780,"tr_customer_product_id":168770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T23:41:14.000Z","modified_at":"2026-01-27T23:41:14.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-17","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-17T23:41:14.211456855Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T23:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168996,"job_number":"JOB_168996","tr_customer_id":169013,"tr_customer_product_id":169003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:36:54.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15889193936127","imei1":"15889193936127","imei2":"15889193936127","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T04:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168955,"job_number":"JOB_168955","tr_customer_id":168972,"tr_customer_product_id":168962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:07.000Z","modified_at":"2026-01-28T03:57:07.000Z","name":"Kyler Brekke","mobile_number":"816-567-1588","email_id":"Weston_Stroman@hotmail.com","dop":"2025-06-09","serial_number":"63683086706944240","imei1":"63683086706944240","imei2":"63683086706944240","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168953,"job_number":"JOB_168953","tr_customer_id":168970,"tr_customer_product_id":168960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Tia Nienow","mobile_number":"343-447-1386","email_id":"Skylar14@hotmail.com","dop":"2025-06-09","serial_number":"106741677644521","imei1":"106741677644521","imei2":"106741677644521","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168949,"job_number":"JOB_168949","tr_customer_id":168966,"tr_customer_product_id":168956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105507647069200","imei1":"105507647069200","imei2":"105507647069200","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168941,"job_number":"JOB_168941","tr_customer_id":168958,"tr_customer_product_id":168948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:50.000Z","modified_at":"2026-01-28T03:56:50.000Z","name":"Kim Kuphal","mobile_number":"767-370-5194","email_id":"Tyreek.Green@gmail.com","dop":"2025-06-09","serial_number":"3366541252158639","imei1":"3366541252158639","imei2":"3366541252158639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168939,"job_number":"JOB_168939","tr_customer_id":168956,"tr_customer_product_id":168946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:56:49.000Z","name":"Magali Rolfson","mobile_number":"906-532-9042","email_id":"Crawford_Adams@yahoo.com","dop":"2025-06-09","serial_number":"108851176000047","imei1":"108851176000047","imei2":"108851176000047","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168936,"job_number":"JOB_168936","tr_customer_id":168953,"tr_customer_product_id":168943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100278121215558","imei1":"100278121215558","imei2":"100278121215558","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168918,"job_number":"JOB_168918","tr_customer_id":168935,"tr_customer_product_id":168925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"Shakira McDermott","mobile_number":"395-566-6547","email_id":"Madelyn70@gmail.com","dop":"2025-06-09","serial_number":"101314385594070","imei1":"101314385594070","imei2":"101314385594070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168916,"job_number":"JOB_168916","tr_customer_id":168933,"tr_customer_product_id":168923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101403902195936","imei1":"101403902195936","imei2":"101403902195936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168883,"job_number":"JOB_168883","tr_customer_id":168900,"tr_customer_product_id":168890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Riley Roob","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140950142517889","imei1":"140950142517889","imei2":"140950142517889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168881,"job_number":"JOB_168881","tr_customer_id":168898,"tr_customer_product_id":168888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Marcellus Lebsack","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159771572438122","imei1":"159771572438122","imei2":"159771572438122","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168879,"job_number":"JOB_168879","tr_customer_id":168896,"tr_customer_product_id":168886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Brady Herzog","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"195709640471604","imei1":"195709640471604","imei2":"195709640471604","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168877,"job_number":"JOB_168877","tr_customer_id":168894,"tr_customer_product_id":168884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:54.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"125550747763947","imei1":"125550747763947","imei2":"125550747763947","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168873,"job_number":"JOB_168873","tr_customer_id":168890,"tr_customer_product_id":168880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:55:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10130394618621","imei1":"10130394618621","imei2":"10130394618621","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168865,"job_number":"JOB_168865","tr_customer_id":168882,"tr_customer_product_id":168872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Myrtice30@gmail.com","dop":"2025-07-02","serial_number":"16454380773732","imei1":"16454380773732","imei2":"16454380773732","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168863,"job_number":"JOB_168863","tr_customer_id":168880,"tr_customer_product_id":168870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Maia Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"176340285103978","imei1":"176340285103978","imei2":"176340285103978","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168862,"job_number":"JOB_168862","tr_customer_id":168879,"tr_customer_product_id":168869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:43.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Nathan Bechtelar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108367795597110","imei1":"108367795597110","imei2":"108367795597110","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168861,"job_number":"JOB_168861","tr_customer_id":168878,"tr_customer_product_id":168868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Guido O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165986425603718","imei1":"165986425603718","imei2":"165986425603718","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168857,"job_number":"JOB_168857","tr_customer_id":168874,"tr_customer_product_id":168864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110746121851626","imei1":"110746121851626","imei2":"110746121851626","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168839,"job_number":"JOB_168839","tr_customer_id":168856,"tr_customer_product_id":168846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:55:27.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Verla18@hotmail.com","dop":"2025-07-02","serial_number":"19996493517259","imei1":"19996493517259","imei2":"19996493517259","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168817,"job_number":"JOB_168817","tr_customer_id":168834,"tr_customer_product_id":168824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:10.000Z","modified_at":"2026-01-28T03:55:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Loyce37@hotmail.com","dop":"2025-07-02","serial_number":"10922614410877","imei1":"10922614410877","imei2":"10922614410877","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cbbab14c-6906-4f6b-97ac-993a67e52013
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-rTmg9Ouk9ERzt1Pi9mkKPNU/Hak"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fdf3da18-0d76-4d50-a9b9-296e87bbf2df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d5db53e-699d-4d1d-a22e-94e4b535de5b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-3NxM157YzedfIKU2kzj1HAW6Np8"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":100}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1009B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 849ff7b3-6f2e-4471-806a-6ef7bf62fa58
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1009
ETag W/"3f1-IPoIlx/A/YNBzCWuMIG/WOwGCFQ"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:18:57.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T06:18:57.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9baf603f-f259-4c96-9c3a-9d0957c710ca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:18:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 480ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d79cb58-9032-46c2-a772-3f30e18075a9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4ac-5i5W6b81CQSjfD45c87QI0PO4YU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:18:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:18:57.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-28T06:18:57.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":169161,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-28T06:18:52.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49cf3f3d-6999-488d-b0e6-97144ad9317f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:19:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMzh9.ejV16pUdBIzZq3REUvu4tZyVFOMsAHiso6VXMkDg3zY
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f8d5f491-8e30-44a7-a381-54e1200aab19
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":169161,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 54461413-f199-4620-8bd9-a774d38cb972
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-hOxE2VUWAxNKJVND7ZXSB0E4kv8"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3bccff8-8ada-404e-887f-9a1efaaffd58
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4d89ad7-8ac1-4c68-b727-792c7f8290be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-yXkpMD77F/e4Q6u2FHn955KCHqk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":100},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 55d580d0-4c49-47c7-a5c6-2d09462de921
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 332ms
Mean size per request: 96.65KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b08f7df-7c4b-4ca0-b3cf-d1c6aefe8f1d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"18296-h92sduR5vJP3+vl22Ed6/MgOYLU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 28 Jan 2026 06:19:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169154,"job_number":"JOB_169154","tr_customer_id":169171,"tr_customer_product_id":169161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:07:29.000Z","modified_at":"2026-01-28T06:07:35.000Z","name":"Ellen Rippin","mobile_number":"500-325-5554","email_id":"Elva30@gmail.com","dop":"2025-12-16","serial_number":"15039396309246","imei1":"15039396309246","imei2":"15039396309246","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:07:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169153,"job_number":"JOB_169153","tr_customer_id":169170,"tr_customer_product_id":169160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:24.000Z","modified_at":"2026-01-28T05:49:37.000Z","name":"Nathan McKenzie","mobile_number":"437-909-8234","email_id":"Quentin.Ryan24@yahoo.com","dop":"2025-12-01","serial_number":"11877635860207","imei1":"11877635860207","imei2":"11877635860207","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169151,"job_number":"JOB_169151","tr_customer_id":169168,"tr_customer_product_id":169158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:49:06.000Z","modified_at":"2026-01-28T05:49:19.000Z","name":"Guido Bradtke","mobile_number":"630-849-0168","email_id":"Kaylie.Ullrich36@yahoo.com","dop":"2025-12-01","serial_number":"17320623290066","imei1":"17320623290066","imei2":"17320623290066","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169149,"job_number":"JOB_169149","tr_customer_id":169166,"tr_customer_product_id":169156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:48:47.000Z","modified_at":"2026-01-28T05:49:00.000Z","name":"Laila Kertzmann","mobile_number":"223-705-7763","email_id":"Kim31@hotmail.com","dop":"2025-12-01","serial_number":"17378317280190","imei1":"17378317280190","imei2":"17378317280190","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169142,"job_number":"JOB_169142","tr_customer_id":169159,"tr_customer_product_id":169149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:20:30.000Z","modified_at":"2026-01-28T05:21:10.000Z","name":"Lou Kuvalis","mobile_number":"504-278-6666","email_id":"Jany_Daniel@yahoo.com","dop":"2025-04-06","serial_number":"17984372674257","imei1":"17984372674257","imei2":"17984372674257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169139,"job_number":"JOB_169139","tr_customer_id":169156,"tr_customer_product_id":169146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:19:42.000Z","modified_at":"2026-01-28T05:20:23.000Z","name":"Torrey Hodkiewicz","mobile_number":"234-940-4779","email_id":"Annetta_Kautzer72@hotmail.com","dop":"2025-04-06","serial_number":"10230419215711","imei1":"10230419215711","imei2":"10230419215711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169136,"job_number":"JOB_169136","tr_customer_id":169153,"tr_customer_product_id":169143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:18:54.000Z","modified_at":"2026-01-28T05:19:34.000Z","name":"Zaria Hermiston","mobile_number":"936-487-4192","email_id":"Margie_Nienow64@yahoo.com","dop":"2025-04-06","serial_number":"18814067862482","imei1":"18814067862482","imei2":"18814067862482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169031,"job_number":"JOB_169031","tr_customer_id":169048,"tr_customer_product_id":169038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:39.000Z","modified_at":"2026-01-28T05:01:19.000Z","name":"Ursula Hyatt","mobile_number":"414-871-9928","email_id":"Gerald_Torphy54@yahoo.com","dop":"2025-04-06","serial_number":"10264078914930","imei1":"10264078914930","imei2":"10264078914930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169029,"job_number":"JOB_169029","tr_customer_id":169046,"tr_customer_product_id":169036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T05:00:20.000Z","modified_at":"2026-01-28T05:01:01.000Z","name":"Clark Hettinger","mobile_number":"324-380-1016","email_id":"Jeanette.Jones39@hotmail.com","dop":"2025-04-06","serial_number":"12027578654569","imei1":"12027578654569","imei2":"12027578654569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169027,"job_number":"JOB_169027","tr_customer_id":169044,"tr_customer_product_id":169034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:56:31.000Z","modified_at":"2026-01-28T04:57:09.000Z","name":"Sister Mohr","mobile_number":"785-871-6350","email_id":"Abraham_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"19577451649543","imei1":"19577451649543","imei2":"19577451649543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169025,"job_number":"JOB_169025","tr_customer_id":169042,"tr_customer_product_id":169032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:45.000Z","modified_at":"2026-01-28T04:56:23.000Z","name":"Elsa Johnston","mobile_number":"985-970-9672","email_id":"Emanuel.Howe88@hotmail.com","dop":"2025-04-06","serial_number":"10689863883809","imei1":"10689863883809","imei2":"10689863883809","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169022,"job_number":"JOB_169022","tr_customer_id":169039,"tr_customer_product_id":169029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:55:00.000Z","modified_at":"2026-01-28T04:55:38.000Z","name":"Elenor Stoltenberg","mobile_number":"313-812-3259","email_id":"Dina_Lockman89@gmail.com","dop":"2025-04-06","serial_number":"18999418673925","imei1":"18999418673925","imei2":"18999418673925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169011,"job_number":"JOB_169011","tr_customer_id":169028,"tr_customer_product_id":169018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:14.000Z","modified_at":"2026-01-28T04:50:25.000Z","name":"Orion Lueilwitz","mobile_number":"468-648-3398","email_id":"Sydnie.Stracke80@gmail.com","dop":"2025-07-01","serial_number":"103976727600712","imei1":"103976727600712","imei2":"103976727600712","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169009,"job_number":"JOB_169009","tr_customer_id":169026,"tr_customer_product_id":169016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:50:00.000Z","modified_at":"2026-01-28T04:50:12.000Z","name":"Frank Quigley","mobile_number":"684-840-9949","email_id":"Elwyn.Ward73@hotmail.com","dop":"2025-07-01","serial_number":"105262785044432","imei1":"105262785044432","imei2":"105262785044432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169005,"job_number":"JOB_169005","tr_customer_id":169022,"tr_customer_product_id":169012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:40:33.000Z","modified_at":"2026-01-28T04:41:09.000Z","name":"Brando Mosciski","mobile_number":"609-703-1519","email_id":"Alanna_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"17676752601303","imei1":"17676752601303","imei2":"17676752601303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169001,"job_number":"JOB_169001","tr_customer_id":169018,"tr_customer_product_id":169008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:51.000Z","modified_at":"2026-01-28T04:40:26.000Z","name":"Vivianne McLaughlin","mobile_number":"462-755-8649","email_id":"Haskell93@gmail.com","dop":"2025-04-06","serial_number":"16937234910738","imei1":"16937234910738","imei2":"16937234910738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:40:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168998,"job_number":"JOB_168998","tr_customer_id":169015,"tr_customer_product_id":169005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:39:08.000Z","modified_at":"2026-01-28T04:39:44.000Z","name":"Giovanny Hills","mobile_number":"219-790-3508","email_id":"Donato.Parisian@yahoo.com","dop":"2025-04-06","serial_number":"11760429667217","imei1":"11760429667217","imei2":"11760429667217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168972,"job_number":"JOB_168972","tr_customer_id":168989,"tr_customer_product_id":168979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:59.000Z","modified_at":"2026-01-28T03:58:37.000Z","name":"Ruthe Dickinson","mobile_number":"952-601-3010","email_id":"Ryley69@hotmail.com","dop":"2025-04-06","serial_number":"15315744242178","imei1":"15315744242178","imei2":"15315744242178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168969,"job_number":"JOB_168969","tr_customer_id":168986,"tr_customer_product_id":168976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:55.000Z","modified_at":"2026-01-28T03:58:33.000Z","name":"Arvid Brown","mobile_number":"356-834-0150","email_id":"Idella_Ritchie27@gmail.com","dop":"2025-04-06","serial_number":"13692257500462","imei1":"13692257500462","imei2":"13692257500462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168963,"job_number":"JOB_168963","tr_customer_id":168980,"tr_customer_product_id":168970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:13.000Z","modified_at":"2026-01-28T03:57:51.000Z","name":"Sean Kozey","mobile_number":"231-979-9260","email_id":"Henry52@gmail.com","dop":"2025-04-06","serial_number":"14420980274530","imei1":"14420980274530","imei2":"14420980274530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168959,"job_number":"JOB_168959","tr_customer_id":168976,"tr_customer_product_id":168966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:09.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Wilfredo Osinski","mobile_number":"490-379-6702","email_id":"Isabella.Runte26@yahoo.com","dop":"2025-04-06","serial_number":"12427191542622","imei1":"12427191542622","imei2":"12427191542622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168958,"job_number":"JOB_168958","tr_customer_id":168975,"tr_customer_product_id":168965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:08.000Z","modified_at":"2026-01-28T03:57:47.000Z","name":"Peggie Price","mobile_number":"293-811-1784","email_id":"Jennifer_Fay37@hotmail.com","dop":"2025-04-06","serial_number":"15371488491858","imei1":"15371488491858","imei2":"15371488491858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168952,"job_number":"JOB_168952","tr_customer_id":168969,"tr_customer_product_id":168959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:42.000Z","name":"Jovan Simonis","mobile_number":"273-494-9824","email_id":"Ardith26@gmail.com","dop":"2025-04-06","serial_number":"12232802104567","imei1":"12232802104567","imei2":"12232802104567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168946,"job_number":"JOB_168946","tr_customer_id":168963,"tr_customer_product_id":168953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:55.000Z","modified_at":"2026-01-28T03:57:29.000Z","name":"Florine Hagenes","mobile_number":"999-829-2841","email_id":"Anastasia_Ebert@yahoo.com","dop":"2025-04-06","serial_number":"10373191757204","imei1":"10373191757204","imei2":"10373191757204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168943,"job_number":"JOB_168943","tr_customer_id":168960,"tr_customer_product_id":168950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:51.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Collin Labadie","mobile_number":"288-200-2818","email_id":"Destany.Doyle35@yahoo.com","dop":"2026-01-04","serial_number":"10324369941280","imei1":"10324369941280","imei2":"10324369941280","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168937,"job_number":"JOB_168937","tr_customer_id":168954,"tr_customer_product_id":168944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:48.000Z","modified_at":"2026-01-28T03:57:26.000Z","name":"Shanny Ruecker","mobile_number":"682-448-6823","email_id":"Amiya.Lockman@gmail.com","dop":"2025-04-06","serial_number":"16697792205089","imei1":"16697792205089","imei2":"16697792205089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168928,"job_number":"JOB_168928","tr_customer_id":168945,"tr_customer_product_id":168935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:23.000Z","name":"Maeve Rath","mobile_number":"804-250-8308","email_id":"Bell_Bruen90@gmail.com","dop":"2025-04-06","serial_number":"10315263272232","imei1":"10315263272232","imei2":"10315263272232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168927,"job_number":"JOB_168927","tr_customer_id":168944,"tr_customer_product_id":168934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:43.000Z","modified_at":"2026-01-28T03:57:18.000Z","name":"Juliet Johnson","mobile_number":"462-604-8791","email_id":"Margot_Erdman53@gmail.com","dop":"2025-04-06","serial_number":"19167045401414","imei1":"19167045401414","imei2":"19167045401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168923,"job_number":"JOB_168923","tr_customer_id":168940,"tr_customer_product_id":168930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:39.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Loma Connelly","mobile_number":"438-680-1373","email_id":"Anna_Stanton62@yahoo.com","dop":"2025-04-06","serial_number":"16619300708117","imei1":"16619300708117","imei2":"16619300708117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168920,"job_number":"JOB_168920","tr_customer_id":168937,"tr_customer_product_id":168927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:35.000Z","modified_at":"2026-01-28T03:57:13.000Z","name":"Johnson Swift","mobile_number":"446-767-5561","email_id":"Felipe.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"14759894767729","imei1":"14759894767729","imei2":"14759894767729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168912,"job_number":"JOB_168912","tr_customer_id":168929,"tr_customer_product_id":168919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:28.000Z","modified_at":"2026-01-28T03:57:06.000Z","name":"Lesly Lueilwitz","mobile_number":"787-991-1236","email_id":"Dianna_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"13226207382423","imei1":"13226207382423","imei2":"13226207382423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168910,"job_number":"JOB_168910","tr_customer_id":168927,"tr_customer_product_id":168917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:27.000Z","modified_at":"2026-01-28T03:57:05.000Z","name":"Nash Krajcik","mobile_number":"379-436-9416","email_id":"Ludie.Roob44@gmail.com","dop":"2025-04-06","serial_number":"19363367020634","imei1":"19363367020634","imei2":"19363367020634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168906,"job_number":"JOB_168906","tr_customer_id":168923,"tr_customer_product_id":168913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:23.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Ursula Welch","mobile_number":"288-613-3536","email_id":"Pete_Harber@gmail.com","dop":"2025-04-06","serial_number":"16602581945307","imei1":"16602581945307","imei2":"16602581945307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168903,"job_number":"JOB_168903","tr_customer_id":168920,"tr_customer_product_id":168910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:22.000Z","modified_at":"2026-01-28T03:57:01.000Z","name":"Sigurd Conroy","mobile_number":"786-303-4506","email_id":"Jedediah53@yahoo.com","dop":"2025-04-06","serial_number":"16598129214516","imei1":"16598129214516","imei2":"16598129214516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168901,"job_number":"JOB_168901","tr_customer_id":168918,"tr_customer_product_id":168908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:21.000Z","modified_at":"2026-01-28T03:56:58.000Z","name":"Samson Ward","mobile_number":"455-492-0394","email_id":"Santa.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"11766095138986","imei1":"11766095138986","imei2":"11766095138986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168898,"job_number":"JOB_168898","tr_customer_id":168915,"tr_customer_product_id":168905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:15.000Z","modified_at":"2026-01-28T03:56:48.000Z","name":"Sarai Kihn","mobile_number":"418-467-1451","email_id":"Franz_Bogisich8@hotmail.com","dop":"2025-04-06","serial_number":"10131445593626","imei1":"10131445593626","imei2":"10131445593626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168895,"job_number":"JOB_168895","tr_customer_id":168912,"tr_customer_product_id":168902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:09.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Concepcion Rodriguez","mobile_number":"509-810-9012","email_id":"Chad_Bailey40@yahoo.com","dop":"2026-01-04","serial_number":"18264712730658","imei1":"18264712730658","imei2":"18264712730658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168892,"job_number":"JOB_168892","tr_customer_id":168909,"tr_customer_product_id":168899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:04.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Eliane Murray","mobile_number":"728-262-5416","email_id":"Johanna.Langosh76@gmail.com","dop":"2025-04-06","serial_number":"16346013190818","imei1":"16346013190818","imei2":"16346013190818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168888,"job_number":"JOB_168888","tr_customer_id":168905,"tr_customer_product_id":168895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:01.000Z","modified_at":"2026-01-28T03:56:36.000Z","name":"Caroline Hickle","mobile_number":"404-937-9989","email_id":"Jaquelin86@hotmail.com","dop":"2025-04-06","serial_number":"19310820456387","imei1":"19310820456387","imei2":"19310820456387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168880,"job_number":"JOB_168880","tr_customer_id":168897,"tr_customer_product_id":168887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:55.000Z","modified_at":"2026-01-28T03:56:35.000Z","name":"Roma Goodwin","mobile_number":"682-499-4753","email_id":"Bonita.Waters37@yahoo.com","dop":"2025-04-06","serial_number":"19322882246438","imei1":"19322882246438","imei2":"19322882246438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168875,"job_number":"JOB_168875","tr_customer_id":168892,"tr_customer_product_id":168882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:31.000Z","name":"Layne Altenwerth","mobile_number":"749-855-9182","email_id":"Maryse26@hotmail.com","dop":"2025-04-06","serial_number":"18639617253337","imei1":"18639617253337","imei2":"18639617253337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168871,"job_number":"JOB_168871","tr_customer_id":168888,"tr_customer_product_id":168878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:52.000Z","modified_at":"2026-01-28T03:56:29.000Z","name":"Bennett Bernhard","mobile_number":"277-777-5966","email_id":"Alexanne73@yahoo.com","dop":"2025-04-06","serial_number":"15462329835518","imei1":"15462329835518","imei2":"15462329835518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168868,"job_number":"JOB_168868","tr_customer_id":168885,"tr_customer_product_id":168875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:50.000Z","modified_at":"2026-01-28T03:56:27.000Z","name":"Orie Mraz","mobile_number":"891-755-6514","email_id":"Vanessa.Heathcote35@yahoo.com","dop":"2025-04-06","serial_number":"13012970018004","imei1":"13012970018004","imei2":"13012970018004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168866,"job_number":"JOB_168866","tr_customer_id":168883,"tr_customer_product_id":168873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:45.000Z","modified_at":"2026-01-28T03:55:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16650416679127","imei2":"16650416679127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168856,"job_number":"JOB_168856","tr_customer_id":168873,"tr_customer_product_id":168863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:41.000Z","modified_at":"2026-01-28T03:56:17.000Z","name":"Aron Abshire","mobile_number":"992-470-1712","email_id":"Jeramie6@hotmail.com","dop":"2025-06-18","serial_number":"10505576870293","imei1":"10505576870293","imei2":"10505576870293","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168854,"job_number":"JOB_168854","tr_customer_id":168871,"tr_customer_product_id":168861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:40.000Z","modified_at":"2026-01-28T03:56:19.000Z","name":"Letha Sanford","mobile_number":"590-254-6009","email_id":"Dakota.Hodkiewicz13@gmail.com","dop":"2025-04-06","serial_number":"19637774024759","imei1":"19637774024759","imei2":"19637774024759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168851,"job_number":"JOB_168851","tr_customer_id":168868,"tr_customer_product_id":168858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:39.000Z","modified_at":"2026-01-28T03:56:16.000Z","name":"Reece O'Keefe","mobile_number":"879-447-2014","email_id":"Joe39@hotmail.com","dop":"2025-04-06","serial_number":"15966634404491","imei1":"15966634404491","imei2":"15966634404491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168848,"job_number":"JOB_168848","tr_customer_id":168865,"tr_customer_product_id":168855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:36.000Z","modified_at":"2026-01-28T03:56:13.000Z","name":"Granville Keebler","mobile_number":"451-448-3936","email_id":"Emmy43@hotmail.com","dop":"2025-04-06","serial_number":"18422059965155","imei1":"18422059965155","imei2":"18422059965155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168845,"job_number":"JOB_168845","tr_customer_id":168862,"tr_customer_product_id":168852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:33.000Z","modified_at":"2026-01-28T03:56:08.000Z","name":"Kris Koch","mobile_number":"267-926-5786","email_id":"Aglae.Abshire20@yahoo.com","dop":"2025-04-06","serial_number":"10691398641274","imei1":"10691398641274","imei2":"10691398641274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168843,"job_number":"JOB_168843","tr_customer_id":168860,"tr_customer_product_id":168850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:32.000Z","modified_at":"2026-01-28T03:55:41.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11426034266295","imei2":"11426034266295","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168838,"job_number":"JOB_168838","tr_customer_id":168855,"tr_customer_product_id":168845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:27.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Duncan Huels","mobile_number":"346-917-2705","email_id":"Myrtie_Prosacco@yahoo.com","dop":"2026-01-04","serial_number":"14113005524664","imei1":"14113005524664","imei2":"14113005524664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168831,"job_number":"JOB_168831","tr_customer_id":168848,"tr_customer_product_id":168838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:58.000Z","name":"Agnes Davis","mobile_number":"498-457-7476","email_id":"Shayne13@yahoo.com","dop":"2025-04-06","serial_number":"14541033401930","imei1":"14541033401930","imei2":"14541033401930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168829,"job_number":"JOB_168829","tr_customer_id":168846,"tr_customer_product_id":168836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:57.000Z","name":"Bertrand Bartell","mobile_number":"665-678-8077","email_id":"Oswald.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"12603491278569","imei1":"12603491278569","imei2":"12603491278569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168827,"job_number":"JOB_168827","tr_customer_id":168844,"tr_customer_product_id":168834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13348548575318","imei2":"13348548575318","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168825,"job_number":"JOB_168825","tr_customer_id":168842,"tr_customer_product_id":168832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:19.000Z","modified_at":"2026-01-28T03:55:54.000Z","name":"Jamey Deckow","mobile_number":"260-848-6493","email_id":"Alf_OConnell73@hotmail.com","dop":"2025-04-06","serial_number":"14556965570929","imei1":"14556965570929","imei2":"14556965570929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168819,"job_number":"JOB_168819","tr_customer_id":168836,"tr_customer_product_id":168826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:12.000Z","modified_at":"2026-01-28T03:55:48.000Z","name":"Jayda Harvey","mobile_number":"379-685-1116","email_id":"Nikko_Daniel16@hotmail.com","dop":"2025-04-06","serial_number":"11252009758516","imei1":"11252009758516","imei2":"11252009758516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168814,"job_number":"JOB_168814","tr_customer_id":168831,"tr_customer_product_id":168821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Rod Mraz","mobile_number":"704-272-8425","email_id":"Iliana15@hotmail.com","dop":"2025-04-06","serial_number":"11943669036064","imei1":"11943669036064","imei2":"11943669036064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168811,"job_number":"JOB_168811","tr_customer_id":168828,"tr_customer_product_id":168818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:08.000Z","modified_at":"2026-01-28T03:55:46.000Z","name":"Pablo Kemmer","mobile_number":"650-713-8270","email_id":"Mariane_Tremblay@yahoo.com","dop":"2025-04-06","serial_number":"14295072980091","imei1":"14295072980091","imei2":"14295072980091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168809,"job_number":"JOB_168809","tr_customer_id":168826,"tr_customer_product_id":168816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:07.000Z","modified_at":"2026-01-28T03:55:45.000Z","name":"Natalie Russel","mobile_number":"977-792-5918","email_id":"Yadira66@hotmail.com","dop":"2025-04-06","serial_number":"15935687092004","imei1":"15935687092004","imei2":"15935687092004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168807,"job_number":"JOB_168807","tr_customer_id":168824,"tr_customer_product_id":168814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:05.000Z","modified_at":"2026-01-28T03:55:42.000Z","name":"Briana Raynor","mobile_number":"483-610-6369","email_id":"Lenna_Armstrong0@hotmail.com","dop":"2025-04-06","serial_number":"12132977069862","imei1":"12132977069862","imei2":"12132977069862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168804,"job_number":"JOB_168804","tr_customer_id":168821,"tr_customer_product_id":168811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:59.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Glenna Kutch","mobile_number":"320-913-4880","email_id":"Pauline.Howell@yahoo.com","dop":"2025-06-18","serial_number":"10870460449186","imei1":"10870460449186","imei2":"10870460449186","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168800,"job_number":"JOB_168800","tr_customer_id":168817,"tr_customer_product_id":168807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:57.000Z","modified_at":"2026-01-28T03:55:34.000Z","name":"Mabelle Berge","mobile_number":"420-746-2245","email_id":"Quincy.Stehr@hotmail.com","dop":"2025-04-06","serial_number":"12207832841288","imei1":"12207832841288","imei2":"12207832841288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168798,"job_number":"JOB_168798","tr_customer_id":168815,"tr_customer_product_id":168805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:55.000Z","modified_at":"2026-01-28T03:55:33.000Z","name":"Clementina Bergstrom","mobile_number":"740-238-6475","email_id":"Jakayla.Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"14241051079174","imei1":"14241051079174","imei2":"14241051079174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168795,"job_number":"JOB_168795","tr_customer_id":168812,"tr_customer_product_id":168802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:42.000Z","modified_at":"2026-01-28T03:55:16.000Z","name":"Twila Schulist","mobile_number":"478-692-2854","email_id":"Arnulfo.Ryan@gmail.com","dop":"2025-04-06","serial_number":"19212475994002","imei1":"19212475994002","imei2":"19212475994002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168794,"job_number":"JOB_168794","tr_customer_id":168811,"tr_customer_product_id":168801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:30.000Z","modified_at":"2026-01-28T03:54:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105227862778670","imei1":"105227862778670","imei2":"105227862778670","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168792,"job_number":"JOB_168792","tr_customer_id":168809,"tr_customer_product_id":168799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:25.000Z","modified_at":"2026-01-28T03:55:01.000Z","name":"Jerod Schmidt","mobile_number":"245-298-1182","email_id":"Pink_Lubowitz@yahoo.com","dop":"2025-04-06","serial_number":"11719003176821","imei1":"11719003176821","imei2":"11719003176821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168789,"job_number":"JOB_168789","tr_customer_id":168806,"tr_customer_product_id":168796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:21.000Z","modified_at":"2026-01-28T03:54:57.000Z","name":"Rae Kirlin","mobile_number":"361-712-0069","email_id":"Kip.McKenzie24@hotmail.com","dop":"2025-04-06","serial_number":"11572944471002","imei1":"11572944471002","imei2":"11572944471002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168788,"job_number":"JOB_168788","tr_customer_id":168805,"tr_customer_product_id":168795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:19.000Z","modified_at":"2026-01-28T03:54:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"17162349297519","imei1":"17162349297519","imei2":"17162349297519","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168784,"job_number":"JOB_168784","tr_customer_id":168801,"tr_customer_product_id":168791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:02:39.000Z","modified_at":"2026-01-28T03:03:16.000Z","name":"Cali Kutch","mobile_number":"237-533-9449","email_id":"Sammie75@yahoo.com","dop":"2025-04-06","serial_number":"18366127559623","imei1":"18366127559623","imei2":"18366127559623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168781,"job_number":"JOB_168781","tr_customer_id":168798,"tr_customer_product_id":168788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:55.000Z","modified_at":"2026-01-28T03:02:32.000Z","name":"Casey Baumbach","mobile_number":"798-466-3074","email_id":"Providenci.Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18051698974298","imei1":"18051698974298","imei2":"18051698974298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168778,"job_number":"JOB_168778","tr_customer_id":168795,"tr_customer_product_id":168785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:01:10.000Z","modified_at":"2026-01-28T03:01:47.000Z","name":"Hope Roberts","mobile_number":"955-301-1795","email_id":"Adriel.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"10888606571439","imei1":"10888606571439","imei2":"10888606571439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168762,"job_number":"JOB_168762","tr_customer_id":168779,"tr_customer_product_id":168769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T20:49:14.000Z","modified_at":"2026-01-28T01:51:41.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-22","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-22T20:49:13.783638617Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168994,"job_number":"JOB_168994","tr_customer_id":169011,"tr_customer_product_id":169001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:04:04.000Z","modified_at":"2026-01-28T04:04:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53579152760230","imei1":"53579152760230","imei2":"53579152760230","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168987,"job_number":"JOB_168987","tr_customer_id":169004,"tr_customer_product_id":168994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:33.000Z","modified_at":"2026-01-28T04:03:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24504654870949","imei1":"24504654870949","imei2":"24504654870949","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168980,"job_number":"JOB_168980","tr_customer_id":168997,"tr_customer_product_id":168987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:03:02.000Z","modified_at":"2026-01-28T04:03:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28916654324991","imei1":"28916654324991","imei2":"28916654324991","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168966,"job_number":"JOB_168966","tr_customer_id":168983,"tr_customer_product_id":168973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:32.000Z","modified_at":"2026-01-28T03:58:10.000Z","name":"Bette Fritsch","mobile_number":"251-614-4764","email_id":"Ora_Farrell56@yahoo.com","dop":"2000-01-31","serial_number":"10693029609044","imei1":"10693029609044","imei2":"10693029609044","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168933,"job_number":"JOB_168933","tr_customer_id":168950,"tr_customer_product_id":168940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:57:24.000Z","name":"Cary Heller","mobile_number":"789-277-3755","email_id":"Jillian_Romaguera@hotmail.com","dop":"2000-01-31","serial_number":"10602153012879","imei1":"10602153012879","imei2":"10602153012879","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168886,"job_number":"JOB_168886","tr_customer_id":168903,"tr_customer_product_id":168893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:00.000Z","modified_at":"2026-01-28T03:56:38.000Z","name":"Ulises Hyatt","mobile_number":"303-418-7507","email_id":"Herta23@gmail.com","dop":"2000-01-31","serial_number":"10507202529299","imei1":"10507202529299","imei2":"10507202529299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168835,"job_number":"JOB_168835","tr_customer_id":168852,"tr_customer_product_id":168842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:25.000Z","modified_at":"2026-01-28T03:55:43.000Z","name":"Moses Shields","mobile_number":"262-914-0794","email_id":"Colin64@gmail.com","dop":"2025-05-30","serial_number":"17068308390614","imei1":"17068308390614","imei2":"17068308390614","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168822,"job_number":"JOB_168822","tr_customer_id":168839,"tr_customer_product_id":168829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:14.000Z","modified_at":"2026-01-28T03:55:52.000Z","name":"Liana Pfeffer","mobile_number":"391-772-1414","email_id":"Stephany_Harris7@gmail.com","dop":"2000-01-31","serial_number":"10236266514054","imei1":"10236266514054","imei2":"10236266514054","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168775,"job_number":"JOB_168775","tr_customer_id":168792,"tr_customer_product_id":168782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:56:28.000Z","modified_at":"2026-01-28T01:56:30.000Z","name":"Dock Orn","mobile_number":"577-660-0133","email_id":"Hollie1@yahoo.com","dop":"2022-04-05","serial_number":"1356234009029855","imei1":"1356234009029855","imei2":"1356234009029855","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168771,"job_number":"JOB_168771","tr_customer_id":168788,"tr_customer_product_id":168778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:22:51.000Z","modified_at":"2026-01-28T01:22:54.000Z","name":"Allison O'Kon","mobile_number":"846-329-8401","email_id":"Polly_Kris68@gmail.com","dop":"2022-04-05","serial_number":"9478155524200854","imei1":"9478155524200854","imei2":"9478155524200854","popurl":"2022-04-05T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:22:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168770,"job_number":"JOB_168770","tr_customer_id":168787,"tr_customer_product_id":168777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T01:13:49.000Z","modified_at":"2026-01-28T01:13:51.000Z","name":"Jeremy Volkman","mobile_number":"8928885292","email_id":"Adelbert_Franecki@hotmail.com","dop":"2026-01-12","serial_number":"10365562962966","imei1":"10365562962966","imei2":"10365562962966","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T01:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168768,"job_number":"JOB_168768","tr_customer_id":168785,"tr_customer_product_id":168775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:56:45.000Z","modified_at":"2026-01-28T00:56:47.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10141753185444","imei1":"10141753185444","imei2":"10141753185444","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168767,"job_number":"JOB_168767","tr_customer_id":168784,"tr_customer_product_id":168774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:36:25.000Z","modified_at":"2026-01-28T00:36:27.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10275422561987","imei1":"10275422561987","imei2":"10275422561987","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168766,"job_number":"JOB_168766","tr_customer_id":168783,"tr_customer_product_id":168773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T00:35:22.000Z","modified_at":"2026-01-28T00:35:23.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"10677786278088","imei1":"10677786278088","imei2":"10677786278088","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T00:35:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169160,"job_number":"JOB_169160","tr_customer_id":169177,"tr_customer_product_id":169167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:36.000Z","modified_at":"2026-01-28T06:18:48.000Z","name":"Ariane Heidenreich","mobile_number":"889-343-2705","email_id":"Coty96@yahoo.com","dop":"2025-11-04","serial_number":"99826778222446","imei1":"99826778222446","imei2":"99826778222446","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169159,"job_number":"JOB_169159","tr_customer_id":169176,"tr_customer_product_id":169166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:19.000Z","modified_at":"2026-01-28T06:18:32.000Z","name":"Jeffry Bode","mobile_number":"503-762-7518","email_id":"Alene.Schumm@gmail.com","dop":"2025-11-04","serial_number":"88839942053928","imei1":"88839942053928","imei2":"88839942053928","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T06:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168995,"job_number":"JOB_168995","tr_customer_id":169012,"tr_customer_product_id":169002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T04:36:54.000Z","modified_at":"2026-01-28T04:37:04.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19001764926794","imei1":"19001764926794","imei2":"19001764926794","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T04:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168951,"job_number":"JOB_168951","tr_customer_id":168968,"tr_customer_product_id":168958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:57:05.000Z","modified_at":"2026-01-28T03:57:17.000Z","name":"Dortha Kreiger","mobile_number":"344-342-2210","email_id":"Alaina.Ruecker63@hotmail.com","dop":"2025-06-09","serial_number":"105131349615769","imei1":"105131349615769","imei2":"105131349615769","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168948,"job_number":"JOB_168948","tr_customer_id":168965,"tr_customer_product_id":168955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:58.000Z","modified_at":"2026-01-28T03:57:08.000Z","name":"Verdie Larson","mobile_number":"405-720-3369","email_id":"Pinkie_Schowalter20@yahoo.com","dop":"2025-12-31","serial_number":"10435640390510","imei1":"10435640390510","imei2":"10435640390510","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168938,"job_number":"JOB_168938","tr_customer_id":168955,"tr_customer_product_id":168945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:49.000Z","modified_at":"2026-01-28T03:57:00.000Z","name":"Santa DuBuque","mobile_number":"631-258-1954","email_id":"Georgette.Dach@hotmail.com","dop":"2025-06-09","serial_number":"108318049911800","imei1":"108318049911800","imei2":"108318049911800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168931,"job_number":"JOB_168931","tr_customer_id":168948,"tr_customer_product_id":168938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:45.000Z","modified_at":"2026-01-28T03:56:54.000Z","name":"Marlon Harber","mobile_number":"326-445-7898","email_id":"Donny70@gmail.com","dop":"2025-12-31","serial_number":"10094726555997","imei1":"10094726555997","imei2":"10094726555997","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168917,"job_number":"JOB_168917","tr_customer_id":168934,"tr_customer_product_id":168924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:32.000Z","modified_at":"2026-01-28T03:56:43.000Z","name":"Cristina Gottlieb","mobile_number":"765-753-4015","email_id":"Jena91@yahoo.com","dop":"2025-06-09","serial_number":"102963809854496","imei1":"102963809854496","imei2":"102963809854496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168915,"job_number":"JOB_168915","tr_customer_id":168932,"tr_customer_product_id":168922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:56:31.000Z","modified_at":"2026-01-28T03:56:41.000Z","name":"Merle Hilpert","mobile_number":"501-623-3321","email_id":"Pauline.Ortiz@gmail.com","dop":"2025-12-31","serial_number":"10446478240816","imei1":"10446478240816","imei2":"10446478240816","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168872,"job_number":"JOB_168872","tr_customer_id":168889,"tr_customer_product_id":168879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:53.000Z","modified_at":"2026-01-28T03:56:02.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18728612859846","imei1":"18728612859846","imei2":"18728612859846","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168860,"job_number":"JOB_168860","tr_customer_id":168877,"tr_customer_product_id":168867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:42.000Z","modified_at":"2026-01-28T03:56:06.000Z","name":"Brayan Kuhlman","mobile_number":"691-546-9819","email_id":"Alisha75@yahoo.com","dop":"2025-10-01","serial_number":"18151630803020","imei1":"18151630803020","imei2":"18151630803020","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168830,"job_number":"JOB_168830","tr_customer_id":168847,"tr_customer_product_id":168837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:20.000Z","modified_at":"2026-01-28T03:55:29.000Z","name":"giyu tomiaka","mobile_number":"489-446-9180","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"245582966860095","imei1":"245582966860095","imei2":"245582966860095","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168815,"job_number":"JOB_168815","tr_customer_id":168832,"tr_customer_product_id":168822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:55:09.000Z","modified_at":"2026-01-28T03:55:18.000Z","name":"tanjiro kamado","mobile_number":"706-503-7634","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"437763687096040","imei1":"437763687096040","imei2":"437763687096040","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168801,"job_number":"JOB_168801","tr_customer_id":168818,"tr_customer_product_id":168808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T03:54:58.000Z","modified_at":"2026-01-28T03:55:07.000Z","name":"saitama sensei","mobile_number":"245-257-2215","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"744836824595446","imei1":"744836824595446","imei2":"744836824595446","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-28T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 625ms
Mean size per request: 1023B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b0ce0152-1bba-4d88-ad0f-1479b76d9c17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1023
ETag W/"3ff-vY8yfJXx9ML5hSHO/5ZtZ7gT+uw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:00.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-28T06:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b47daebb-3b62-4504-ab22-1ee71ed5e48f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169161
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 639ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTU4MTE0MH0.fOlrOMIHZGR6Ls_C-u7u7Ylur93yFBw-nkw4xo2OrzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d305bec7-c03f-4e54-87d9-1394b2ce3cc1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b6f533f9-f0d3-4126-b065-74466b18bd5e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-+bFNkWAvgvIUWiem2fUnTgFyahw"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExNDN9.HV38be-xAgMfD01x6A2dVCs7fnGMSvGj7ruQRfk6Veo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c910515-ea28-4012-9364-2c333cf30c4b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 20ad2542-c7f4-4ea4-b6cb-837d6491a8a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-6RnBTQRHtyg2g4m+fzK3bv+H9u4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":373},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ba12cef-40a9-47c2-8872-d1293c59b4e1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-iIgpRp0qmiDLZ43UUWBHYZY7Gzk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:02.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fb786989-2e86-4207-8e06-076a32259d13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-iIgpRp0qmiDLZ43UUWBHYZY7Gzk"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":169161,"job_number":"JOB_169161","tr_customer_id":169178,"tr_customer_product_id":169168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T06:18:52.000Z","modified_at":"2026-01-28T06:19:02.000Z","name":"Keyon Dicki","mobile_number":"679-890-3519","email_id":"Jakob_Schmeler70@gmail.com","dop":"2025-11-04","serial_number":"25491160658597","imei1":"25491160658597","imei2":"25491160658597","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-28T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5063529b-4582-42f6-b424-f4cfe9e78734
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 169161
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb700d2f-d1a6-4535-96c1-12b7b7ce881c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/169161
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1ODExMjl9.tARAjSiNZj6Ol8fj3iutp1E_Wg9CFaq-Qw9waFsKjds
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0fd4a999-1f81-4631-bc56-da28543655cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 28 Jan 2026 06:19:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request